openvino/tests/layer_tests/pytorch_tests
Andrei Kochin 663bf04208
Revert Bitwise ops in PyTorch FE (#20813)
* revert bitwise op for PT FE

* revert coverity fixes
2023-11-02 13:08:55 +00:00
..
conftest.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
pytorch_layer_test_class.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_adaptive_avg_pool.py [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04:00
test_adaptive_max_pool.py [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04:00
test_add.py [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04:00
test_and.py Revert Bitwise ops in PyTorch FE (#20813) 2023-11-02 13:08:55 +00: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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +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 Revert Bitwise ops in PyTorch FE (#20813) 2023-11-02 13:08:55 +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 [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_conv_transposend.py [PT FE]: support conv transpose (#15191) 2023-01-22 07:03:54 +00:00
test_convnd.py [PT FE] Disable failing pytorch layer test (#20719) 2023-10-27 07:54:30 +04: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] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +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] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_dict.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_distance.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_div.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02: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] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_eq.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02: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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04:00
test_fp16.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_full.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02: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 [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02: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 [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_im2col.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_index.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_index_put_.py [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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_is_nonzero.py [PT FE] Add aten::is_nonzero (#20589) 2023-10-27 15:04:57 +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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_log.py [PT FE] Add aten::log10 (#20621) 2023-10-25 14:14:22 +04: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_loop.py [PT FE] Fix issue with adding Result to mutated tensor (#20690) 2023-10-26 22:25:28 +02:00
test_masked_fill.py update pytorch layer tests for torch 2.1 compatibility (#20264) 2023-10-30 08:30:01 +04:00
test_masked_scatter.py update pytorch layer tests for torch 2.1 compatibility (#20264) 2023-10-30 08:30:01 +04: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] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_narrow.py [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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 Revert Bitwise ops in PyTorch FE (#20813) 2023-11-02 13:08:55 +00: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 [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04:00
test_repeat.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_repeat_interleave.py [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04:00
test_strided_const.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_sub.py [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04:00
test_transpose.py [PT FE] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02: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] Implement custom op for types alignment (#20431) 2023-10-23 22:54:08 +02:00
test_type_as.py Add PyTorch Frontend (#15069) 2023-01-18 18:16:57 +04:00
test_unary_ops.py [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04: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 [GHA] Speed up PyTorch Layer unit tests (#20613) 2023-10-26 13:10:51 +04:00
test_where.py [PT FE]: support aten::log1p, fixes for where and linalg_norm (#20167) 2023-10-06 08:26:12 +00:00
test_xor.py Revert Bitwise ops in PyTorch FE (#20813) 2023-11-02 13:08:55 +00:00