Skip to content

Commit

Permalink
disable unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrono authored and dmitry-gorokhov committed May 4, 2021
1 parent 0cfbf6a commit 2e1001f
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions ngraph/test/runtime/ie/unit_test.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -1666,3 +1666,55 @@ IE_CPU.deformable_convolution_2D_integral_offsets_groups_and_deforgroups
IE_CPU.deformable_convolution_2D_real_offsets_groups_basic
IE_CPU.deformable_convolution_2D_real_offsets_groups_complex
IE_CPU.deformable_convolution_2D_real_offsets_groups_and_deforgroups

# CPU NGRAPH MIGRATION
IE_CPU.concat_negative_axis
IE_CPU.grn_4d
IE_CPU.group_convolution_backprop_data_1D_1group_1batch_1channel
IE_CPU.group_convolution_backprop_data_2D
IE_CPU.group_convolution_backprop_data_2D_output_shape
IE_CPU.normalize_l2_one_mode_add
IE_CPU.normalize_l2_one_mode_max
IE_CPU.onnx_model_atanh
IE_CPU.onnx_model_instance_normalization
IE_CPU.onnx_controlflow_loop_2d_add
IE_CPU.onnx_controlflow_loop_2d_no_identity_termination_cond_static_shapes
IE_CPU.onnx_controlflow_loop_2d_const_no_identity_termination_cond_static_shapes
IE_CPU.onnx_controlflow_loop_2d_both_cond_and_trip_count_as_inputs_static_shapes
IE_CPU.onnx_controlflow_loop_add_initializer_from_parent_scope
IE_CPU.onnx_controlflow_loop_add_node_from_parent_scope
IE_CPU.onnx_controlflow_loop_add_node_from_parent_scope_used_in_parent_and_in_body
IE_CPU.onnx_controlflow_loop_add_value_the_same_node_from_parent_and_subgraph
IE_CPU.onnx_controlflow_loop_add_input_from_parent_graph
IE_CPU.onnx_controlflow_loop_scalars
IE_CPU.onnx_controlflow_loop_2d_add_const_cond
IE_CPU.onnx_model_swish_with_beta
IE_CPU.onnx_model_swish_without_beta
IE_CPU.onnx_model_concat_negative_axis
IE_CPU.onnx_model_lstm_fwd_default_const
IE_CPU.onnx_model_lstm_reverse_const
IE_CPU.onnx_model_lstm_bidir_const
IE_CPU.onnx_model_lstm_fwd_with_clip_const
IE_CPU.onnx_model_lstm_fwd_mixed_seq_const
IE_CPU.onnx_model_lstm_reverse_mixed_seq_const
IE_CPU.onnx_model_lstm_bidir_mixed_seq_const
IE_CPU.onnx_model_lstm_dynamic_batch_size_and_seq_len
IE_CPU.onnx_model_gru_defaults_fwd_const
IE_CPU.onnx_model_gru_fwd_activations_const
IE_CPU.onnx_model_gru_fwd_mixed_seq_len_const
IE_CPU.onnx_model_gru_reverse_mixed_seq_len_const
IE_CPU.onnx_model_gru_bidir_mixed_seq_len_const
IE_CPU.onnx_model_gru_rev_clip_const
IE_CPU.onnx_model_gru_reverse_const
IE_CPU.onnx_model_gru_fwd_bias_initial_h_const
IE_CPU.onnx_model_gru_bidirectional_const
IE_CPU.onnx_model_gru_fwd_linear_before_reset_const
IE_CPU.onnx_model_rnn_defaults_fwd_const
IE_CPU.onnx_model_rnn_fwd_activations_const
IE_CPU.onnx_model_rnn_fwd_mixed_seq_len_const
IE_CPU.onnx_model_rnn_reverse_mixed_seq_len_const
IE_CPU.onnx_model_rnn_bidir_mixed_seq_len_const
IE_CPU.onnx_model_rnn_rev_clip_const
IE_CPU.onnx_model_rnn_reverse_const
IE_CPU.onnx_model_rnn_fwd_bias_initial_h_const
IE_CPU.onnx_model_rnn_bidirectional_const

0 comments on commit 2e1001f

Please sign in to comment.