openvino/inference-engine/tests/functional/inference_engine/transformations
Chenhu Wang be044a7003
[CPU] Interpolate operation improvements (#2366)
* interpolate improvement

* JITTED cubic mode

* fix 'code is too big' when JIT

* extend test to cover tail code path

* transformation of interpolate1 to interpolate4

* add low precision transformation for interpolate4
2020-11-17 10:42:34 +03:00
..
algebraic_simplification.cpp Remove deprecated v0::TopK (#2947) 2020-11-06 11:36:33 +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
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_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 Add dynamic shape checks for legacy transformations (#2783) 2020-10-28 10:36:16 +03:00
convert_nms5_test.cpp Enable NonMaxSuppression-5 operation and various transformations (#2450) 2020-11-06 19:11:04 +03:00
convert_nms_to_nms_ie_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
convert_pad_to_group_conv.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +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 Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +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 Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
convert_shuffle_channels3_test.cpp Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +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 Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +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 Es/lpt/lpt to ngraph fixes2 with master (#2671) 2020-10-23 13:22:55 +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 Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
fc_bias_fusion_test.cpp Add dynamic shape checks for legacy transformations (#2783) 2020-10-28 10:36:16 +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 Move passes to CommonOptimizations (#2442) 2020-10-01 20:08:41 +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 Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +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 Low Latency transformation (#2869) 2020-11-06 14:11:11 +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 Es/lpt/lpt to ngraph fixes2 with master (#2671) 2020-10-23 13:22:55 +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 v0::TopK (#2947) 2020-11-06 11:36:33 +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
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 Move legacy transformations and ops to legacy library (#2624) 2020-10-14 10:58:01 +03:00
reshape_fc_fusion_test.cpp Add dynamic shape checks for legacy transformations (#2783) 2020-10-28 10:36:16 +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
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