openvino/ngraph/test/runtime/interpreter/unit_test.manifest

146 lines
5.2 KiB
Plaintext

fake_quantize_pdpd
convert_float32_bf16
convert_bf16_float32
INTERPRETER.onnx_model_quant_conv_linear
INTERPRETER.onnx_top_k_opset_10
reduce_sum_large_1d_to_scalar
reduce_sum_keep_large_1d_to_scalar
# Temporarily disabled:
INTERPRETER.onnx_resize11_scales_nearest_asymmetric_floor_dynamic_sizes
INTERPRETER.interpolate_down_scales_const_linear
INTERPRETER.onnx_resize10_up_scales_const_nearest
INTERPRETER.onnx_resize10_up_scales_const_linear
INTERPRETER.onnx_resize10_down_scales_const_nearest
# Failed in MacOS:
INTERPRETER.onnx_resize11_sizes_nearest_asymmetric_floor
# ONNX Loop
onnx_controlflow_loop_2d_add_execution
# ONNX Loop - tests disabled temporarily
onnx_controlflow_loop_2d_add_check_model
onnx_controlflow_loop_scalars_check_model
onnx_controlflow_loop_add_initializer_from_parent_scope
onnx_controlflow_loop_add_input_from_parent_scope
onnx_controlflow_loop_add_node_from_parent_scope
onnx_controlflow_loop_add_value_access_to_body_scope_exception
onnx_controlflow_loop_add_value_the_same_node_from_parent_and_subgraph
onnx_controlflow_loop_2d_add_exception_if_no_identity_cond
onnx_controlflow_loop_2d_add_const_cond
# Disabled tests for disabled reference implementations
INTERPRETER.onnx_model_qlinear_matmul_3d
INTERPRETER.onnx_dyn_shapes_expand_uint16_dyn_shape
INTERPRETER.sum_2d_to_scalar_int8
INTERPRETER.sum_trivial_in_double
INTERPRETER.reduce_sum_2d_to_scalar_int8
INTERPRETER.reduce_sum_trivial_in_double
INTERPRETER.reduce_sum_keep_2d_to_scalar_int8
INTERPRETER.reduce_sum_keep_trivial_in_double
INTERPRETER.reduce_product_to_scalar_int8
INTERPRETER.reduce_product_keep_to_scalar_int8
INTERPRETER.reduce_min_to_scalar_int8
INTERPRETER.reduce_min_keep_to_scalar_int8
INTERPRETER.reduce_mean_to_scalar_int8
INTERPRETER.reduce_mean_keep_to_scalar_int8
INTERPRETER.reduce_max_to_scalar_int8
INTERPRETER.reduce_max_3d_to_scalar_double
INTERPRETER.reduce_max_keep_to_scalar_int8
INTERPRETER.reduce_max_keep_3d_to_scalar_double
INTERPRETER.product_to_scalar_int8
INTERPRETER.max_pool_uint8
INTERPRETER.max_pool_int8
INTERPRETER.numeric_double_nan
INTERPRETER.numeric_double_inf
INTERPRETER.min_to_scalar_int8
INTERPRETER.max_trivial_int8
INTERPRETER.max_to_scalar_int8
INTERPRETER.max_3d_to_scalar_double
INTERPRETER.gelu_f64
INTERPRETER.gelu_backprop_factor_f64
INTERPRETER.backwards_gelu_f64
INTERPRETER.gather_4d_indices_axis_0_uint8
INTERPRETER.gather_axis_0_int8
INTERPRETER.gather_axis_0_int16
INTERPRETER.gather_axis_0_uint8
INTERPRETER.gather_axis_0_uint16
INTERPRETER.fused_clamp_double
INTERPRETER.fused_clamp_int8
INTERPRETER.fused_clamp_int16
INTERPRETER.fused_clamp_uint8
INTERPRETER.fused_clamp_uint16
INTERPRETER.fused_clamp_bfloat16
INTERPRETER.auto_bcast_binary_elementwise
INTERPRETER.auto_bcast_binary_elementwise_pdpd
# Backward conv
INTERPRETER.convolution_2d_1item
INTERPRETER.convolution_2d_1item_padded_1_1x1_1
INTERPRETER.convolution_2d_1item_padded_2_3x4_5
INTERPRETER.convolution_2d_2items
INTERPRETER.convolution_2d_2items_strided
INTERPRETER.convolution_2d_2items_strided_padded
INTERPRETER.convolution_2d_2items_strided_padded_same
INTERPRETER.convolution_2d_2items_dilated
INTERPRETER.convolution_2d_2items_dilated_padded
INTERPRETER.convolution_3d_2items
INTERPRETER.convolution_2d_1item_1o1i_data_dilated
INTERPRETER.convolution_2d_1item_2o1i_data_dilated
INTERPRETER.convolution_2d_1item_2o2i_data_dilated
INTERPRETER.convolution_2d_1item_5o3i_data_dilated
INTERPRETER.convolution_2d_2item_5o3i_data_dilated
# Removed opset0 operations
INTERPRETER.onnx_model_dequantize_linear
INTERPRETER.onnx_model_dequantize_linear_scalar_zero_scale_uint8
INTERPRETER.onnx_model_dequantize_linear_scalar_zero_scale_int8
INTERPRETER.onnx_model_dequantize_linear_1d_zero_scale_uint8
INTERPRETER.onnx_model_dequantize_linear_1d_zero_scale_int8
INTERPRETER.onnx_model_dequantize_linear_1d_zero_scale_int8_4d
INTERPRETER.onnx_model_dequantize_linear_1d_zero_scale_uint8_negative_axis
INTERPRETER.onnx_model_quant_conv_linear_2d
INTERPRETER.onnx_model_quant_conv_linear_3d
INTERPRETER.onnx_model_conv_integer
INTERPRETER.onnx_model_conv_integer_zero_point_zero
INTERPRETER.onnx_model_conv_integer_no_zero_point
INTERPRETER.onnx_model_conv_integer_pads
INTERPRETER.onnx_model_gatherND_int32
INTERPRETER.onnx_model_gatherND_float
# Round op doesn't support some specific cases of rounding
onnx_model_round_half_nearest_even
# GRU/RNN/LSTM Sequence: Output values mismatch - seq_lengths not supported
onnx_model_lstm_fwd_mixed_seq_const
onnx_model_lstm_reverse_mixed_seq_const
onnx_model_lstm_fwd_mixed_seq
onnx_model_lstm_mixed_seq_reverse
onnx_model_gru_fwd_mixed_seq_len
onnx_model_gru_fwd_mixed_seq_len_const
onnx_model_rnn_fwd_mixed_seq_len
onnx_model_rnn_fwd_mixed_seq_len_const
# Activation function hardsigmoid is not supported.
gru_cell_activation_function
lstm_cell_activaction_functions
onnx_model_gru_fwd_activations
onnx_model_lstm_fwd_hardsigmoid_activation
# Peepholes, input_forget are not supported
onnx_model_lstm_fwd_with_clip_peepholes
onnx_model_lstm_bdir_short_input_seq_peepholes
lstm_cell_bias_peepholes
lstm_cell_bias_peepholes_clip_input_forget
# unsupported element type f16
INTERPRETER.ctc_greedy_decoder_f16
# LogSoftmax's reference implementation doesn't handle scalar input properly
onnx_model_logsoftmax_0D