openvino/model-optimizer/unit_tests/extensions/front
Vladimir Gavrilov 838e701e5e
ExpandRangeConstant adjustment for bidirectional Broadcast (#6739)
* Fixes in the transformation ExpandRangeConstant.

* Fixed test.

* Now we use use ShapeOf for both inputs of Broadcast.

* Now the transformation ExpandRangeConstant uses two Gather layers.

* Deletec commented code.

* Fixed tests for the transformation ExpandRangeConstant.

* Rewritten the transformation ExpandRangeConstant using Select.
2021-08-09 16:49:07 +03:00
..
caffe Implementation of ArgMin ONNX + TF extractors (#5126) 2021-05-06 13:41:49 +03:00
kaldi Tdnnf (#5255) 2021-04-29 14:38:08 +03:00
mxnet MO support for operations DFT and IDFT (#5197) 2021-05-07 09:44:24 +03:00
onnx Enable common optimizations on MO (#6245) 2021-07-09 00:38:07 +03:00
tf Remove split-concat subgraph before pad op (#6506) 2021-07-21 14:33:43 +03:00
ATenToEmbeddingBag_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
AttributedClampNormalizer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
AttributedPadToPad_test.py Fix pad op with int input 2021.4 (#5772) 2021-05-25 11:55:27 +03:00
AttributedRollToRoll_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
CTCGreedyDecoderReplacement_test.py Written reading the operation CTCGreedyDecoder for ONNX (as a custom operation). (#6215) 2021-06-18 09:54:41 +03:00
CTCLossReplacement_test.py Written reading the operation CTCGreedyDecoder for ONNX (as a custom operation). (#6215) 2021-06-18 09:54:41 +03:00
DropoutWithRandomUniformReplacer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
GeLUMerger_Erf_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
GeLUMerger_Tanh_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
HSigmoid_fusion_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
HSwish_fusing_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
LayerNorm_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
Log1p_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
OneHotDepthNormalizer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
Pack_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
RollWithEmptyAxesReplacer_test.py Fix of RollWithEmptyAxesReplacer transformation. (#5937) 2021-06-03 14:45:05 +03:00
ThresholdedReluDecomposition_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
binary_quantize_normalization_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
broadcast_with_range_test.py ExpandRangeConstant adjustment for bidirectional Broadcast (#6739) 2021-08-09 16:49:07 +03:00
div_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
eltwise_n_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
freeze_placeholder_value_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
image_scaler_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
instance_normalization_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
interpolate_reshape_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
output_cut_test.py Changed "out_port_id" attribute setting in mapping file to store tensor names. (#5344) 2021-04-29 14:05:35 +03:00
rank_decomposer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
reciprocal_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
reduce_axis_normalizer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
scatter_normalizer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
size_replacer_test.py Added extractor for ONNX operation Size (#6031) 2021-06-04 17:18:01 +03:00
softsign_replacer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
sparse_to_dense_replacer_test.py Written reading the operation CTCGreedyDecoder for ONNX (as a custom operation). (#6215) 2021-06-18 09:54:41 +03:00
split_normalizer_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
sub_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00