Skip to content

Commit

Permalink
SplitConcatPairToInterpolate inserts Interpolate when input is 2D (op…
Browse files Browse the repository at this point in the history
…envinotoolkit#596)

* SplitConcatPairToInterpolate transformation was moved to middle stage and is applied only for 4D and 5D inputs.
  • Loading branch information
vgavrilo authored and azhogov committed Jun 1, 2020
1 parent 88015c6 commit bfba84e
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 428 deletions.
2 changes: 1 addition & 1 deletion model-optimizer/automation/package_BOM.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ extensions/front/tf/sparse_segment_sum_ext.py
extensions/front/tf/sparse_to_dense_ext.py
extensions/front/tf/sparse_weighted_sum.py
extensions/front/tf/split_ext.py
extensions/front/tf/SplitConcatPairToInterpolate.py
extensions/front/tf/ssd_support.json
extensions/front/tf/ssd_support_api_v1.14.json
extensions/front/tf/ssd_support_api_v1.15.json
Expand Down Expand Up @@ -568,6 +567,7 @@ extensions/middle/SliceConverter.py
extensions/middle/SliceLikeToStridedSlice.py
extensions/middle/space_to_depth.py
extensions/middle/sparse_reshape.py
extensions/middle/SplitConcatPairToInterpolate.py
extensions/middle/ssd_anchors_to_const.py
extensions/middle/SwapAxesMiddleReplacer.py
extensions/middle/TensorIterator_utils.py
Expand Down
Loading

0 comments on commit bfba84e

Please sign in to comment.