openvino/tests/layer_tests/onnx_tests
iliya mironov 80c5f1a325
Add support opset11 for gemm normalizer (#6733)
* Add support opset11 for gemm normolizer

* Add layer test for gemm opset 11

* Fix layer test

* Fix layer test

* Refactoring according to code review

* Fix

* Update biases norm

* Refactoring matmul norm

* Fix accoding to review

* Fix alpha parameter

* Fix variable naming

* Refactoring according to code review
2021-08-24 15:43:19 +03:00
..
conftest.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_abs.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_add_sub_mul_div.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_and.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_argmax.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_bn.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_ceil.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_clip.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_concat.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_conv.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_conv_transpose.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_cumsum.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_dequantize_linear.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_dropout.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_elu.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_embedding_bag.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_flatten.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_floor.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_gather.py [MO][nG] add Gather-8 to MO, layer tests, nG python api unit-tests and up/down-grading transformations (#6560) 2021-08-13 11:56:49 +03:00
test_gemm.py Add support opset11 for gemm normalizer (#6733) 2021-08-24 15:43:19 +03:00
test_hard_sigmoid.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_identity.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_image_scaler.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_instance_normalization.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_leaky_relu.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_log.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_logsoftmax.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_loop.py Nested loop (#6710) 2021-08-23 23:11:39 +03:00
test_lrn.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_lstm.py Skip test_lstm_simple_precommit on gpu (#6293) 2021-07-01 20:25:27 +03:00
test_matmul.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_mean_variance_normalization.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_neg.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_non_zero.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_not.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_or.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_pad.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_pooling.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_prelu.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_reciprocal.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_reduce.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_reduce_lp.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_relu.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_reshape.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_resize.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_roi_align.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_scale.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_scatter.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_sigmoid.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_sign.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_slice.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_softmax.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_softplus.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_split_concat.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_sqrt.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_squeeze.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_sum.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_topk.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_transpose.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_trigonometry.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_unsqueeze.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_upsample.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_where.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_xor.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00