..
conftest.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
pytorch_layer_test_class.py
[PT FE]: support mixed precision in aten::min/max ( #19936 )
2023-09-20 11:26:18 +04:00
test_adaptive_avg_pool.py
[PT FE]: support aten::erf and aten::adaptive_avg_pool1d ( #20350 )
2023-10-11 17:33:32 +04:00
test_adaptive_max_pool.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_add.py
[PT FE]: support mixed precision in aten::min/max ( #19936 )
2023-09-20 11:26:18 +04:00
test_addcmul.py
[PT FE]: improve integration into mo.convert_model ( #16243 )
2023-03-24 16:55:07 +01:00
test_addmm.py
Fix sporadic fails when beta==0 in baddmm ( #16610 )
2023-03-28 18:47:35 +00:00
test_aliases.py
[PT FE] Separate tracing and scripting modes ( #19676 )
2023-09-12 12:40:20 +04:00
test_all.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_and.py
[PT FE] Add aten::__and__ operator with layer test ( #15365 )
2023-01-28 10:06:06 +03:00
test_arange.py
[PT FE]: fix arange dtype if it is not provided ( #16084 )
2023-03-04 10:17:09 +01:00
test_argmax_argmin.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_argsort.py
[PT FE] Enable stable tests for sort & argsort ( #16415 )
2023-04-25 01:21:16 +04:00
test_as_strided.py
[PT FE] Add aten::as_strided ( #19482 )
2023-10-20 14:24:10 +04:00
test_batch_norm.py
Torchfx backend ( #18244 )
2023-07-26 16:23:42 +02:00
test_bitwise_not.py
[PT FE]: enable dtype in softmax and constant filling, extend logical ops support ( #16276 )
2023-03-20 14:12:12 +00:00
test_bool.py
Add support for concatenation in Loop ( #15899 )
2023-02-28 21:31:33 +01:00
test_broadcast_tensors.py
[PT FE]: support aten::broadcast_tensors ( #19994 )
2023-09-22 13:54:44 +04:00
test_cat.py
[PT FE] aten::concat ( #19101 )
2023-08-11 15:49:18 +04:00
test_chunk.py
[PT FE] Support inplace operations on aliases of tensors ( #17856 )
2023-06-13 13:30:48 +02:00
test_clamp.py
[PT FE]: support aten::amax, aten::amin, aten::clip, aten::clamp_ ( #20338 )
2023-10-10 11:05:10 +00:00
test_clone.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_comparision.py
Add eltwise types resolving. Support big int constants. ( #15415 )
2023-02-02 02:15:33 +01:00
test_conv_transposend.py
[PT FE]: support conv transpose ( #15191 )
2023-01-22 07:03:54 +00:00
test_convnd.py
Torchfx backend ( #18244 )
2023-07-26 16:23:42 +02:00
test_convolution.py
Torchfx backend ( #18244 )
2023-07-26 16:23:42 +02:00
test_convolution_mode.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_copy.py
[PT FE] Support inplace operations on aliases of tensors ( #17856 )
2023-06-13 13:30:48 +02:00
test_cumsum.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_deformable_convolution.py
[PT FE] Add torchvision::deform_conv2d translation ( #16450 )
2023-03-27 11:13:32 +02:00
test_derive_index_range_length.py
[PT FE] Support inplace operations on aliases of tensors ( #17856 )
2023-06-13 13:30:48 +02:00
test_device.py
[PT FE] Add prim::device and prim::type, improvements to aten::to, aten::eq, aten::ne ( #15881 )
2023-03-01 09:46:55 +01:00
test_dict.py
[PT FE] Support prim::DictConstruct on the output ( #16894 )
2023-04-13 16:42:17 +00:00
test_distance.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_div.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_einsum.py
[PT FE]: support aten::einsum ( #15844 )
2023-02-23 11:39:28 +04:00
test_embedding.py
[Pt FE]: aten::embedding_bag ( #17098 )
2023-05-10 09:44:08 +02:00
test_embedding_bag.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_empty.py
[PT FE] Add aten::new_empty ( #16312 )
2023-03-20 10:03:33 +01:00
test_eq.py
add tests for aten::eq ( #15222 )
2023-01-21 21:07:47 +03:00
test_erf.py
[PT FE]: support aten::erf and aten::adaptive_avg_pool1d ( #20350 )
2023-10-11 17:33:32 +04:00
test_expand.py
[PT FE]: support aten::broadcast_to ( #18899 )
2023-08-02 08:38:34 +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_fake_quantize.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_flatten.py
[PT FE] Refactor aten::flatten and aten::transpose conversion ( #19098 )
2023-08-10 10:28:36 +02:00
test_flip.py
[PT FE]: support flip operation ( #17705 )
2023-05-31 12:07:24 +02:00
test_floor_divide.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_fp16.py
[PT FE] Support bfloat16 constants ( #18534 )
2023-07-14 08:29:55 +02:00
test_full.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_gather.py
[PT FE]: aten::gather ( #16784 )
2023-04-11 14:28:05 +04:00
test_gelu.py
[PT FE]: support aten::gelu with tanh approximate and tests ( #15715 )
2023-02-15 15:11:37 +01:00
test_getitem.py
Support more complicated cases of list concatenation ( #16139 )
2023-03-10 07:51:10 +01:00
test_glu.py
[PT FE]: support aten::glu and aten::sigmoid_ ( #15185 )
2023-01-21 21:05:20 +03:00
test_grid_sampler.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_group_norm.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_if.py
[CI] Introduce Windows pipeline in GitHub Actions ( #18487 )
2023-07-13 14:03:33 +04:00
test_im2col.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_index.py
[PT FE] Support aten::randint and aten::index_put_ on mask ( #19158 )
2023-08-14 15:08:08 +02:00
test_index_put_.py
[PT FE] Support aten::randint and aten::index_put_ on mask ( #19158 )
2023-08-14 15:08:08 +02:00
test_index_select.py
[PT FE] fix invalid reshape shape after aten::index ( #16821 )
2023-04-11 12:41:59 +03:00
test_instance_norm.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_item.py
Add aten::item ( #17730 )
2023-05-26 18:05:24 +02:00
test_leaky_relu.py
[PT FE] Fix issues in multiple operations ( #17418 )
2023-05-22 10:35:34 +02:00
test_len.py
[PT FE] Fix aten::len for empty lists ( #15820 )
2023-02-20 21:34:04 +00:00
test_linear.py
[PT FE] Fix issue when cat input is folded to tensor ( #20090 )
2023-09-28 10:52:09 +02:00
test_linspace.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_listunpack.py
[PT FE] Fix issues in multiple operations ( #17418 )
2023-05-22 10:35:34 +02:00
test_log.py
[PT FE]: support aten::log1p, fixes for where and linalg_norm ( #20167 )
2023-10-06 08:26:12 +00:00
test_log_softmax.py
[PT FE] Add aten::LogSoftmax ( #17629 )
2023-06-01 12:04:27 +00:00
test_logical_ops.py
[PT FE]: extend logical operations support ( #19981 )
2023-09-22 10:11:36 +04:00
test_masked_fill.py
[PT FE]: update masked_fill support for multiple precisions ( #15722 )
2023-02-15 15:32:06 +04:00
test_masked_scatter.py
[PT FE]: support aten::masked_scatter ( #19038 )
2023-08-08 09:35:55 +00:00
test_mean.py
[PT FE]: fix aten::mean behaviour for provided dtype ( #16790 )
2023-04-11 14:29:29 +04:00
test_min_max.py
[PT FE]: support aten::amax, aten::amin, aten::clip, aten::clamp_ ( #20338 )
2023-10-10 11:05:10 +00:00
test_mm.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_mul.py
[PT FE]: support mixed precision in aten::min/max ( #19936 )
2023-09-20 11:26:18 +04:00
test_narrow.py
Add aten::narrow operator with layer test ( #15788 )
2023-02-20 15:47:25 +01:00
test_native_multi_head_attention.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_nms.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_nonzero.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_norm.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_numel.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_one_hot.py
[PT FE] Support aten::one_hot ( #19779 )
2023-09-13 20:37:47 +02:00
test_or.py
[PT FE] Support non boolean inputs for __or__ and __and__ operations ( #19268 )
2023-08-21 10:55:30 +02:00
test_outer.py
[PT FE]: support aten::outer op ( #18903 )
2023-08-04 10:26:40 +02:00
test_pad.py
[PT FE]: fix padding vaqlue dtype ( #16087 )
2023-03-04 11:08:56 +00:00
test_permute.py
[PT FE]: add more list construct transformations ( #15614 )
2023-02-15 16:39:27 +00:00
test_pixel_shuffle.py
[PT FE]: support aten::pixel_unshuffle ( #20325 )
2023-10-10 15:18:35 +04:00
test_pooling.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_pow.py
Fix issue with Pow when both inputs are scalars ( #17305 )
2023-05-02 16:49:42 +02:00
test_prelu.py
[PT FE]: support PReLU ( #19515 )
2023-09-04 07:36:42 +00:00
test_pythonop.py
[PT FE] Add prim::PythonOp ( #15714 )
2023-03-07 17:20:13 +01:00
test_quantize.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_quantized_add.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_quantized_add_relu.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_quantized_cat.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_quantized_convnd.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_quantized_hardswish.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_quantized_linear.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_quantized_mul.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_remainder.py
Torchfx backend ( #18244 )
2023-07-26 16:23:42 +02:00
test_repeat.py
[PT FE] Fix aten::repeat regression ( #19991 )
2023-09-21 23:58:09 +02:00
test_repeat_interleave.py
[PT FE]: improve integration into mo.convert_model ( #16243 )
2023-03-24 16:55:07 +01:00
test_reshape.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_reshape_as.py
[PT FE]: support aten::view_as and aten::std ( #18960 )
2023-08-06 15:14:54 +04:00
test_rfftn_complex_transforms.py
[CI] [GHA] Introduce GHA macOS Pipeline ( #20212 )
2023-10-10 14:43:09 +04:00
test_roi_align.py
[PT FE] Add torchvision::roi_align operator with layer test ( #15821 )
2023-02-23 09:26:17 +01:00
test_roll.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_round.py
[PT FE] Fix sporadic issue in round layer tests ( #19051 )
2023-08-08 14:14:38 +00:00
test_rsub.py
[PT FE] Support set/get element type, shape and value in PyTorch FE InputModel ( #16100 )
2023-03-07 15:45:29 +01:00
test_scaled_dot_product_attention.py
Llm and sd additional ops ( #20435 )
2023-10-19 21:21:28 +04:00
test_scatter.py
[PT FE]: support aten::scatter_reduce and extend aten::scatter ( #19980 )
2023-09-22 15:05:33 +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_set_item.py
Add support for aten::_set_item ( #15643 )
2023-02-14 14:11:51 +01:00
test_shape_as_tensor.py
[PT FE] Add aten::_shape_as_tensor ( #17804 )
2023-06-05 10:59:12 +02:00
test_sign.py
[PT FE]: aten::gather ( #16784 )
2023-04-11 14:28:05 +04:00
test_silu.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_size.py
[PT FE]: support prim::min, prim::ListConstruct as output and fix aten::getitem for prim::ListConstruct ( #15470 )
2023-02-02 22:36:07 +00:00
test_slice.py
[PT FE]: fix issues with squeeze producing dynamic rank ( #18748 )
2023-07-24 20:10:20 +04:00
test_softmax.py
[PT FE]: enable dtype in softmax and constant filling, extend logical ops support ( #16276 )
2023-03-20 14:12:12 +00:00
test_sort.py
[PT FE] Enable stable sort layer tests ( #17229 )
2023-04-26 18:24:38 +02:00
test_split.py
Improve detectron2 support ( #16011 )
2023-03-23 22:30:03 +00:00
test_squeeze.py
[PT FE]: fix issues with squeeze producing dynamic rank ( #18748 )
2023-07-24 20:10:20 +04:00
test_stack.py
Add aten stack transformation ( #15311 )
2023-02-02 20:15:28 +01:00
test_strided_const.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_sub.py
[PT FE] Add aten::scatter and inplace for aten::sub translation ( #18341 )
2023-07-11 11:00:50 +02:00
test_sum.py
[PT FE]: support boolean data type in sum operation ( #17715 )
2023-05-26 15:44:50 +04:00
test_tensor_split.py
[PT FE] Add aten::tensor_split transformation ( #19144 )
2023-08-14 18:31:38 +02:00
test_tile.py
Support aten::tile op ( #19645 )
2023-09-06 17:28:22 +00:00
test_to.py
[PyOV] Remove deprecated ( #17512 )
2023-05-16 21:48:39 +02:00
test_topk.py
[CI] Introduce Windows pipeline in GitHub Actions ( #18487 )
2023-07-13 14:03:33 +04:00
test_transpose.py
[PT FE] Add support for aten::numpy_T and aten::feature_dropout ( #20136 )
2023-10-03 09:52:29 +00:00
test_trilu.py
[PT FE]: support aten::t and inplace tril/triu ( #18040 )
2023-06-14 15:08:45 +04:00
test_tuple_construct.py
[PT FE] Support moving TupleConstruct inside If body ( #20081 )
2023-09-28 23:11:09 +02:00
test_type_as.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_unary_ops.py
[PT FE] Support inplace operations on aliases of tensors ( #17856 )
2023-06-13 13:30:48 +02:00
test_unbind.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_unflatten.py
[PT FE]: fix unflatten for list construct sizes ( #18039 )
2023-06-14 11:28:19 +04:00
test_unfold.py
[PT FE] Add aten::unfold operator with layer test ( #15316 )
2023-01-31 18:29:32 +01:00
test_unsqueeze.py
Add PyTorch Frontend ( #15069 )
2023-01-18 18:16:57 +04:00
test_upsample.py
[CI] [GHA] Introduce GHA macOS Pipeline ( #20212 )
2023-10-10 14:43:09 +04:00
test_var_mean.py
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline ( #20363 )
2023-10-23 15:06:22 +04:00
test_view.py
[PT FE]: Add aten::view transformations ( #15339 )
2023-02-01 12:14:17 +01:00
test_where.py
[PT FE]: support aten::log1p, fixes for where and linalg_norm ( #20167 )
2023-10-06 08:26:12 +00:00