Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Op] Add Col2Im-15 implementation to Core #24197

Merged
merged 20 commits into from
May 14, 2024

Conversation

p-wysocki
Copy link
Contributor

@p-wysocki p-wysocki commented Apr 23, 2024

@p-wysocki p-wysocki requested review from a team as code owners April 23, 2024 13:18
@github-actions github-actions bot added category: Core OpenVINO Core (aka ngraph) category: CPU OpenVINO CPU plugin category: CPP API OpenVINO CPP API bindings labels Apr 23, 2024
@openvinotoolkit openvinotoolkit deleted a comment from praasz May 8, 2024
src/core/tests/type_prop/col2im.cpp Show resolved Hide resolved
src/core/tests/type_prop/col2im.cpp Outdated Show resolved Hide resolved
src/core/tests/type_prop/col2im.cpp Show resolved Hide resolved
src/core/tests/type_prop/col2im.cpp Outdated Show resolved Hide resolved
@p-wysocki p-wysocki requested a review from praasz May 10, 2024 13:24
@p-wysocki p-wysocki requested a review from praasz May 10, 2024 14:42
@mlukasze mlukasze enabled auto-merge May 14, 2024 05:28
@mlukasze mlukasze added this pull request to the merge queue May 14, 2024
Merged via the queue into openvinotoolkit:master with commit 239b578 May 14, 2024
115 checks passed
@p-wysocki p-wysocki deleted the col2im_core branch May 14, 2024 07:31
github-merge-queue bot pushed a commit that referenced this pull request May 16, 2024
### Details:
- Similar in functionality to
https://pytorch.org/docs/stable/generated/torch.nn.Fold.html, `Col2Im`
is `torch.nn.Fold` restricted to two output spatial dimensions
- Some `Col2Im` related discussions:
#20549

### Related PRs
- #24197

### Tickets:
 - CVS-133358
github-merge-queue bot pushed a commit that referenced this pull request May 21, 2024
### Details:
- Similar in functionality to
https://pytorch.org/docs/stable/generated/torch.nn.Fold.html, Col2Im is
`torch.nn.Fold` restricted to two output spatial dimensions

### Tickets:
 - CVS-138919

### Related PRs:
- #24197
- #23947
- #24569

---------

Co-authored-by: Michal Lukaszewski <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request May 23, 2024
### Details:
 - Add Python API for `Col2Im-15`
- Requires #24548 to
work and pass CI

### Tickets:
 - CVS-138920

### Related PRs:
- #24548
- #24197
- #23947

---------

Co-authored-by: Michal Lukaszewski <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Jul 3, 2024
### Details:
 - Register `Col2im-15` in CPU Plugin
- Use reference implementation, used
#23844 as reference
 - Add tests

### Tickets:
 - CVS-142438

### Related PRs:
 - #24548
 - #24197
 - #23947
 - #24569

---------

Co-authored-by: Michal Lukaszewski <[email protected]>
Co-authored-by: Maksim Kutakov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Core OpenVINO Core (aka ngraph) category: CPP API OpenVINO CPP API bindings category: CPU OpenVINO CPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants