openvino/tests/layer_tests/pytorch_tests
Bartek Szmelczynski ce4c082cb2
add aten::topk (#15221)
* add aten::topk

* remove commented lines

* remove white space

* move include to invidual ops

* swithc include statements

* fix style

* trim test cases
2023-01-27 09:34:55 +01:00
..
conftest.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
pytorch_layer_test_class.py [PT FE]: supports eye, tril, triu, tensor.fill_ and implicit scalars (#15187) 2023-01-25 21:04:56 +03:00
test_adaptive_avg_pool3d.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_adaptive_max_pool_2d.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_add.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_addcmul.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_addmm.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_arange.py [PT FE]: supports eye, tril, triu, tensor.fill_ and implicit scalars (#15187) 2023-01-25 21:04:56 +03:00
test_batch_norm.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_ceil.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_clamp.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_clone.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_comparision.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_conv_transposend.py [PT FE]: support conv transpose (#15191) 2023-01-22 07:03:54 +00:00
test_convnd.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_convolution.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_convolution_mode.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_cumsum.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_div.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_eq.py add tests for aten::eq (#15222) 2023-01-21 21:07:47 +03:00
test_exp.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_expand.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_eye.py [PT FE]: supports eye, tril, triu, tensor.fill_ and implicit scalars (#15187) 2023-01-25 21:04:56 +03:00
test_floor.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_floor_divide.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_full.py [PT FE]: supports eye, tril, triu, tensor.fill_ and implicit scalars (#15187) 2023-01-25 21:04:56 +03:00
test_glu.py [PT FE]: support aten::glu and aten::sigmoid_ (#15185) 2023-01-21 21:05:20 +03:00
test_group_norm.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_im2col.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_leaky_relu.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_len.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_listunpack.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_log.py Remove None at outputs of the model, improve types handling in frontend (#15258) 2023-01-25 13:28:47 +03:00
test_masked_fill.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_min_max.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_mm.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_mul.py Add aten mul tests (#15223) 2023-01-25 10:01:46 +01:00
test_nms.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_nonzero.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_norm.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_numel.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_pad.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_permute.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_pooling.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_pow.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_relu.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_remainder.py [PT FE]: support aten::var_mean and aten::remainder (#15193) 2023-01-26 14:30:42 +00:00
test_repeat.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_reshape.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_reshape_as.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_roll.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_rsqrt.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_select.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_selu.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_sigmoid.py [PT FE]: support aten::glu and aten::sigmoid_ (#15185) 2023-01-21 21:05:20 +03:00
test_silu.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_softmax.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_split.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_sqrt.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_squeeze.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_strided_const.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_sum.py Try to fix sporadic sum layer test fail (#15304) 2023-01-26 16:08:30 +04:00
test_to.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_topk.py add aten::topk (#15221) 2023-01-27 09:34:55 +01:00
test_trigonometry.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_trilu.py [PT FE]: supports eye, tril, triu, tensor.fill_ and implicit scalars (#15187) 2023-01-25 21:04:56 +03:00
test_tuple_construct.py Remove None at outputs of the model, improve types handling in frontend (#15258) 2023-01-25 13:28:47 +03:00
test_type_as.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_unbind.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_unsqueeze.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_upsample.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_var_mean.py [PT FE]: support aten::var_mean and aten::remainder (#15193) 2023-01-26 14:30:42 +00:00
test_view.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_where.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00