openvino/model-optimizer/extensions/back
iliya mironov 421465adc1
Add ShapeOfConstFolding transform (#5858)
* Add ShapeOfConstFolding transform

* Add unit tests

* Update bom file

* Update transform file

* Hot fix

* Fix midle replaser

* Update unit tests

* Fix get value

* Refactoring Const Folding transformation. Move to back

* Update bom file

* Remove unuse code

* Add some unit tests

* Refactoring unit test

* Hot fix
2021-06-09 12:14:39 +03:00
..
AvgPool.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
CellNormalizer.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ChangeCastOutputType.py [MO] Fix fp16 in shapeof subgraphs (#4524) 2021-03-30 23:16:32 +03:00
ClampNormalizer.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ConvolutionNormalizer.py [MO] ConvolutionWithGroupResolver update to enable TF DepthwiseConv2dNative with in_channels=1 (#5528) 2021-06-07 20:22:26 +03:00
CorrectName.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
CropToStridedSlice.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
CutMemory.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
EnableConstantStridedSlice.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
FakeOutputResolver.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ForceStrictPrecision.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
FuseTransposesSequence.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
GatherNormalizer.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
GroupedConvWeightsNormalize.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
InterpolateReshape.py [ MO ] Warnings fix (#5105) 2021-04-08 14:09:00 +03:00
LRNToNorm.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
LayoutChangeForEinsum.py Extend MO for operation Einsum-7 (#5401) 2021-05-11 21:36:04 +03:00
LayoutChangeForGatherND.py MO support for operations DFT and IDFT (#5197) 2021-05-07 09:44:24 +03:00
LeakyReLUMutation.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
LinearToLinearONNXReplacer.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
MarkNodesWithShapeValues.py [MO] fix MarkNodesWithShapeValues (#5808) 2021-06-04 18:49:49 +03:00
MatMulNormalizer.py Transpose FQ optimization (#5763) 2021-05-25 16:42:21 +03:00
MaxPool.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
NormalizeToNormalizeL2.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
OptimizeTransposeReshapeSequence.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
PackBinaryWeights.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ProposalMutation.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
RNNSequenceTypeRename.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ReduceMerge.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ReduceTransposeDimensions.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
RemoveUselessConvert.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
Reshape0DToSqueeze.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ReshapeMutation.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ResultNormalizer.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ResultRename.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ReverseInputChannels.py ReverseInputChannels mapping fix (#5523) 2021-05-07 16:29:38 +03:00
ScalarConstNormalize.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
SelectBroadcast.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ShapeOfConstFolding.py Add ShapeOfConstFolding transform (#5858) 2021-06-09 12:14:39 +03:00
ShuffleChannelPatternOptimization.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
ShufflenetReLUReorder.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
SpecialNodesFinalization.py Removed transformation which removes Const->Result sub-graphs (#5295) 2021-05-05 14:24:05 +03:00
StridedSliceMasksNormalizer.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
TopKNormalizer.py Add keep split output ports without consumers (#5136) 2021-04-12 17:49:53 +03:00
TransposeDFT.py MO support for operations DFT and IDFT (#5197) 2021-05-07 09:44:24 +03:00
TransposeReduceFusing.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
UselessConcatRemoval.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
__init__.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
blob_normalizer.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
compress_quantized_weights.py [ MO ] Warnings fix (#5105) 2021-04-08 14:09:00 +03:00
disable_unsupported_ND_operations.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
fuse_sub_div_min.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
insert_compatibility_l2normalization.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
kaldi_remove_memory_output.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
names_uniqueness_check.py [MO] Implementation of names uniqueness check (#5651) 2021-06-07 16:44:16 +03:00
op_versioning.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
pass_separator.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
priorbox_mutation.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
remove_last_softmax_pattern.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00