DepthToSpace - revise reference implementation#6210
Merged
ilyachur merged 15 commits intoopenvinotoolkit:masterfrom Jun 28, 2021
elszkowski:depth_to_space_ref_impl
Merged
DepthToSpace - revise reference implementation#6210ilyachur merged 15 commits intoopenvinotoolkit:masterfrom elszkowski:depth_to_space_ref_impl
ilyachur merged 15 commits intoopenvinotoolkit:masterfrom
elszkowski:depth_to_space_ref_impl
Conversation
added 11 commits
June 17, 2021 10:38
ilyachur
reviewed
Jun 22, 2021
jdanieck
approved these changes
Jun 23, 2021
jdanieck
approved these changes
Jun 24, 2021
ilyachur
reviewed
Jun 28, 2021
ilyachur
approved these changes
Jun 28, 2021
rnugmanx
pushed a commit
to rnugmanx/openvino
that referenced
this pull request
Aug 26, 2021
* move evaluate method to runtime/reference * move backend test from fused_op.in.cpp to depth_to_space.in.cpp * cleanup test * Drop unnecessary reshapes * add some comment * cleanup names * add visitor test * Add backend test for DepthToSpace * Add serialization test * add empyt lines to get more readable code * cleanup headers * fix used types * remove unnecessary includes
andrei-cv
pushed a commit
to andrei-cv/openvino
that referenced
this pull request
Aug 30, 2021
* move evaluate method to runtime/reference * move backend test from fused_op.in.cpp to depth_to_space.in.cpp * cleanup test * Drop unnecessary reshapes * add some comment * cleanup names * add visitor test * Add backend test for DepthToSpace * Add serialization test * add empyt lines to get more readable code * cleanup headers * fix used types * remove unnecessary includes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details:
DepthToSpace::evaluate_depth_to_spaceto separate standalone function inruntime::reference::depth_to_spacengraph/test/backend/depth_to_space.in.cppTickets: