openvino/model-optimizer/unit_tests/extensions/middle
Roman Kazantsev 12fb83dc1e
Correct layout for Einsum inputs and output (#6696)
* Fix recovery of output subscript in Einsum implicit mode

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix code style

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Correct layout adjustment for Einsum inputs and output

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Correct a comment in the unit-test

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Setup correct transformation dependencies for LayoutChangeForEinsum

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2021-07-23 11:01:06 +03:00
..
AddIsCyclicAttribute_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
AddMeanScaleValues_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
ArgOpsToTopK_test.py Implementation of ArgMin ONNX + TF extractors (#5126) 2021-05-06 13:41:49 +03:00
CheckForCycle_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
ConcatOptimization_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
ConvertGroupedStridedSlice_test.py Provide `keep_output_port` attribute to `add_opoutput` function (#6117) 2021-07-05 12:34:44 +05:00
CutInputHavingZeroDimFromConcat_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
EltwiseInputReshape_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
FakeSplitOutputs_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
FusedBatchNormTraining_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
GroupNorm_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
InsertSelect_test.py Kaldi priors (#6258) 2021-07-02 15:18:23 +05:00
InterpolateSequenceToInterpolate_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
L2NormFusing_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
LayoutChangeForEinsum_test.py Correct layout for Einsum inputs and output (#6696) 2021-07-23 11:01:06 +03:00
LeakyReluPattern_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
MXTileReplacer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
MakeKaldiConstReshapable_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
MulQuantizeFuse_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
PoolV2ToAttributedPool_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
ReluQuantizeFuse_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
RemoveDuplicationMemory_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
RemoveUselessConcatSplit_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
RemoveUselessCrops_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
RemoveUselessPad_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
ReplaceMemoryOffsetWithSplice_test.py Kaldi priors (#6258) 2021-07-02 15:18:23 +05:00
ReplacePNormNodePattern_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
ReplaceSpliceNodePattern_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
ReverseTransposeNormalization_test.py Fix transpose with reverse (#6234) 2021-06-24 18:12:32 +03:00
SequenceLenthToMask_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
SharedWeightsDuplication_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
SliceConverter_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
SliceLikeToStridedSlice_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
SplitConcatPairToInterpolate_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
StridedSliceNormalizer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
TensorIteratorBackEdge_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
TensorIteratorCondition_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
TensorIteratorInput_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
TensorIteratorOutput_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
UnsqueezeTileReshapeBlockToInterpolate_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
UpsampleToResample_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
__init__.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
dequantize_linear_resolver_test.py Add axis support (#5242) 2021-05-17 15:03:22 +03:00
quantize_fuses_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
quantize_linear_resolver_test.py Add axis support (#5242) 2021-05-17 15:03:22 +03:00
sparse_reshape_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00