openvino/inference-engine/tests/functional/inference_engine/transformations
Patryk Elszkowski 3ad1360f5f
Compare function - compare attributes - unit test (#4092)
* Enable node attributes comparing in SLT

* Add values of compared values to error message

* Switch from op version to set

* Test for Constant node

* Compare clamp min max attribute tests

* try to fix CentOS build

* use HasSubstr matcher from gMock

* add more tests

* Add DummyConstan op to check if validation handle different types

* use new Function comparison API

* Add test for unsupported type

Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
2021-02-03 15:24:25 +03:00
..
algebraic_simplification.cpp Remove opset0 support and undesired passes from Interpreter backend (#1469) 2020-12-03 12:36:34 +03:00
batch_norm_decompositoin.cpp Add dynamic shape checks to nGraph transformations (#2735) 2020-10-23 15:39:47 +03:00
batch_to_space_decomposition_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
broadcast_elementwise_fusion_test.cpp Remove broadcasting (#3574) 2020-12-22 12:58:37 +03:00
clamp_fusion.cpp Add Clamp fusion transformation (#3756) 2021-01-15 17:11:45 +03:00
compare_functions_test.cpp Compare function - compare attributes - unit test (#4092) 2021-02-03 15:24:25 +03:00
const_folding_prior_box.cpp Partial revert a commit with reference implementations of PriorBox(Clustered) ops (#1878) 2020-08-24 14:31:32 +03:00
conv_fusion_test.cpp Es/lpt/lpt to ngraph fixes2 with master (#2671) 2020-10-23 13:22:55 +03:00
convert_broadcast3_test.cpp Improve ConvertBroadcast3 pass to avoid extra Multiply operations for BIDIRECTIONAL mode (#3113) 2020-11-13 14:39:07 +03:00
convert_broadcast_to_tiles_test.cpp Add dynamic shape checks to nGraph transformations (#2735) 2020-10-23 15:39:47 +03:00
convert_cells_to_cells_ie_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
convert_convolution_test.cpp Fix wrong statement in ConvertConvolutions transformation (#3056) 2020-11-11 07:49:22 +03:00
convert_deconvolution_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
convert_divide.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
convert_gather_0d_test.cpp [IE CLDNN] Performance / accuracy fixes (#3729) 2021-01-14 15:10:11 +03:00
convert_gather_to_gather_ie.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
convert_interpolate1_to_interpolate4_test.cpp [CPU] Interpolate operation improvements (#2366) 2020-11-17 10:42:34 +03:00
convert_interpolate_to_legacy.cpp Add dynamic shape checks for legacy transformations (#2783) 2020-10-28 10:36:16 +03:00
convert_lrn_to_legacy.cpp Add dynamic shape checks for legacy transformations (#2783) 2020-10-28 10:36:16 +03:00
convert_matmul_test.cpp Remove deprecated classes/methods usage from Legacy/Tests/VPUPlugin (#3907) 2021-01-21 12:06:07 +03:00
convert_mvn1_to_mvn6_test.cpp Add MVN-6 related transformations (#3710) 2021-01-18 10:34:01 +03:00
convert_nms5_test.cpp Unused variables (#3963) 2021-01-22 17:41:15 +03:00
convert_nms_to_nms_ie_internal_test.cpp Unused variables (#3963) 2021-01-22 17:41:15 +03:00
convert_nms_to_nms_ie_test.cpp Unused variables (#3963) 2021-01-22 17:41:15 +03:00
convert_pad_to_group_conv.cpp Remove deprecated classes/methods usage from Legacy/Tests/VPUPlugin (#3907) 2021-01-21 12:06:07 +03:00
convert_pad_to_legacy.cpp Add dynamic shape checks for legacy transformations (#2783) 2020-10-28 10:36:16 +03:00
convert_precision.cpp ConvertPrecision - saturate Constant's value to std::numeric_limits<dst… (#2206) 2020-09-18 10:56:11 +03:00
convert_previous_nms_to_nms_5.cpp Enable NonMaxSuppression-5 operation and various transformations (#2450) 2020-11-06 19:11:04 +03:00
convert_quantize_dequantize.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
convert_reduce_to_pooling_test.cpp Add dynamic shape checks to nGraph transformations (#2735) 2020-10-23 15:39:47 +03:00
convert_scatter_elements_to_scatter_test.cpp Remove deprecated methods usage from transformation library (#3881) 2021-01-18 06:25:58 +03:00
convert_sequences_to_sequences_ie_test.cpp Es/lpt/lpt to ngraph fixes2 with master (#2671) 2020-10-23 13:22:55 +03:00
convert_shapeof3.cpp Remove deprecated methods usage from transformation library (#3881) 2021-01-18 06:25:58 +03:00
convert_shuffle_channels3_test.cpp Remove deprecated methods usage from transformation library (#3881) 2021-01-18 06:25:58 +03:00
convert_strided_slice_to_crop_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
convert_ti_to_sequences_test.cpp TI and Sequences related transformations: transition from cnn to ngraph versions (#2927) 2020-11-17 12:38:22 +03:00
convert_tile_to_legacy.cpp Add dynamic shape checks for legacy transformations (#2783) 2020-10-28 10:36:16 +03:00
convert_topk3_test.cpp Remove deprecated methods usage from transformation library (#3881) 2021-01-18 06:25:58 +03:00
convert_topk_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
depth_to_space_fusion_test.cpp Remove deprecated methods usage from transformation library (#3881) 2021-01-18 06:25:58 +03:00
eliminate_unsqueeze_gather.cpp [IE Common][VPU]: Fix small input size inference for dynamic model (#3847) 2021-01-25 19:17:32 +03:00
fc_bias_fusion_test.cpp Add dynamic shape checks for legacy transformations (#2783) 2020-10-28 10:36:16 +03:00
fq_decomposition_test.cpp [CPU] FakeQuantize decomposition (#3741) 2021-02-02 09:37:02 +03:00
fq_mul_fusion_test.cpp Backport of FQ+Mul transform to master (#2214) 2020-09-21 13:21:27 +03:00
fq_reshape_fusion.cpp Unused variables (#3963) 2021-01-22 17:41:15 +03:00
hsigmoid_decomposition_test.cpp Add IR reader test for hsigmoid op (#2825) 2020-11-03 14:13:08 +03:00
hsigmoid_fusion_test.cpp Transformations for hsigmoid op (#2531) 2020-10-23 12:35:56 +03:00
hswish_decomposition_test.cpp Es/lpt/lpt to ngraph fixes2 with master (#2671) 2020-10-23 13:22:55 +03:00
hswish_fusion_test.cpp Fuse x * HSigmoid(x) to HSwish(x) (#4121) 2021-02-02 22:23:44 +03:00
lin_op_sequence_fusion_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
log_softmax_decomposition_test.cpp Es/lpt/lpt to ngraph fixes2 with master (#2671) 2020-10-23 13:22:55 +03:00
low_latency_test.cpp Resolve dynamism in Serialize transformation (#3260) 2020-11-24 12:38:56 +03:00
mish_fusion_test.cpp Es/lpt/lpt to ngraph fixes2 with master (#2671) 2020-10-23 13:22:55 +03:00
mul_add_conversion_test.cpp Remove deprecated classes/methods usage from Legacy/Tests/VPUPlugin (#3907) 2021-01-21 12:06:07 +03:00
mvn6_decomposition_test.cpp Add MO support for MVN-6 (#3772) 2021-02-02 17:45:56 +03:00
ngraph_1d_ops_reshape_test.cpp Add dynamic shape checks for legacy transformations (#2783) 2020-10-28 10:36:16 +03:00
ngraph_depth_to_space_transform_test.cpp Add dynamic shape checks to nGraph transformations (#2735) 2020-10-23 15:39:47 +03:00
ngraph_fq_transpose_test.cpp Add dynamic shape checks to nGraph transformations (#2735) 2020-10-23 15:39:47 +03:00
ngraph_mode_decomposition_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
nop_elimination.cpp Remove deprecated classes/methods usage from Legacy/Tests/VPUPlugin (#3907) 2021-01-21 12:06:07 +03:00
normalize_l2_fusion_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
optimize_strided_slice_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
pad_fusion.cpp Add PadFusion transformation (#3785) 2021-01-21 11:58:00 +03:00
primitives_priority_test.cpp Moved legacy API to legacy/ subfolder for include (#1677) 2020-08-10 18:33:25 +03:00
reduce_l1_decomposition_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
reduce_l2_decomposition_test.cpp Fixed ReduceL2Decomposition (#3452) 2020-12-04 13:56:01 +03:00
relu_fake_quantize_fusion.cpp Add ReluFakeQuantize transformation (#3811) 2021-01-20 18:50:19 +03:00
reshape_fc_fusion_test.cpp Remove deprecated methods usage from transformation library (#3881) 2021-01-18 06:25:58 +03:00
softplus_decomposition_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
softplus_fusion_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
sr_mimicking_sbs.cpp [SSR] Transformation mimicking oldSetBatchSize logic (#2597) 2020-10-26 20:51:59 +03:00
sr_proposal_scales.cpp [SSR] Transformation mimicking oldSetBatchSize logic (#2597) 2020-10-26 20:51:59 +03:00
sr_reshape_1d.cpp [SSR] Transformation mimicking oldSetBatchSize logic (#2597) 2020-10-26 20:51:59 +03:00
sr_strided_slice_squeeze.cpp [SSR] Transformation mimicking oldSetBatchSize logic (#2597) 2020-10-26 20:51:59 +03:00
sr_sub_graph_ops.cpp Resolved problems with ssd_resnet34_mlperf_opset10 (#3487) 2020-12-21 14:32:15 +03:00
swish_fusion_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
transpose_to_reshape_test.cpp Moved AlgebraicSimplification and NopElimination passes to IE (#1859) 2020-08-19 18:55:11 +03:00
type_relaxed_tests.cpp ConvertPrecision for element::boolean (#1772) 2020-08-18 11:10:24 +03:00
unroll_tensor_iterator_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
utils_test.cpp NormalizeL2 transformation (#1892) 2020-08-28 06:51:46 +03:00