openvino/model-optimizer/unit_tests/extensions/middle
iliya mironov 642a62d0e2
Add axis support (#5242)
* Add axis support

* Update dequant extractor

* Update qdeq ops

* Refactoring quantize

* Update dequantize resolver

* Update dequantize op

* Refactoring dequantize

* Some fixes for quantize and dequantize

* Update unit tests

* Reafctoring quantize/dequantize axis support

* Move quantize/dequantize resolvers to middle

* hot fix

* Fix unit tests

* Fix unit tests

* Update quintize resolver comment

* Refactoring code according to code review

* Fix according to review

* Change order for transforms quantize pipline
2021-05-17 15:03:22 +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 Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03: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 Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03: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
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 Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03: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
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