mindspore/tests/st/ops
i-robot 0b3a90cfc8
!49641 FillV2 vmap support when shape is a tensor.
Merge pull request !49641 from haozhang/fillv2_vmap
2023-03-06 08:29:21 +00:00
..
ascend !49560 bug fix 2023-03-02 12:46:05 +00:00
cpu !49175 add gather batch_dims 2023-03-06 02:58:11 +00:00
custom_ops_tbe upgrade_ascend_20230207_master 2023-02-11 16:04:47 +08:00
dynamic_sequence adapt make_tuple tensor type 2023-03-01 14:45:37 +08:00
dynamic_shape update testcase levels for index_fill and print 2023-02-23 18:42:43 +08:00
gpu !49641 FillV2 vmap support when shape is a tensor. 2023-03-06 08:29:21 +00:00
graph_kernel !48924 Support dynamic shape for AOT custom op 2023-03-01 08:54:06 +00:00
__init__.py add ConvertToDynamicRank interface 2022-09-13 10:36:10 +08:00
test_absolute.py add ops.arccos, ops.absolute, tensor.arccos, tensor.absolute st 2022-11-24 21:02:29 +08:00
test_arccos.py transposed to transpose 2022-11-29 15:57:48 +08:00
test_arcsinh.py support consine simi and fix arcsinh arctanh 2022-12-22 10:00:40 +08:00
test_arctanh.py support consine simi and fix arcsinh arctanh 2022-12-22 10:00:40 +08:00
test_constexpr_modfied.py Remove transformer apis 2023-02-13 23:28:40 +08:00
test_control_ops.py When tuple getitem, check whether the tensor index is out of range. 2023-02-09 15:45:51 +08:00
test_cosine_embedding_loss.py nn.function: cosine_embedding_loss 2023-01-12 09:29:56 +08:00
test_cosine_similarity.py support consine simi and fix arcsinh arctanh 2022-12-22 10:00:40 +08:00
test_divide.py tensor divide op 2022-11-17 17:14:34 +08:00
test_flip.py modify flip support 2023-02-22 16:56:35 +08:00
test_fliplr.py modify flip support 2023-02-22 16:56:35 +08:00
test_flipud.py modify flip support 2023-02-22 16:56:35 +08:00
test_func_adaptive_max_pool1d.py refactor adaptive_max_pool1d use 2d 2023-02-20 18:01:49 +08:00
test_func_add.py modify func add 2023-03-05 22:57:18 +08:00
test_func_all.py fix_ops_any_all_master 2023-01-31 11:07:47 +08:00
test_func_angle.py fix api bug 2022-12-15 17:08:08 +08:00
test_func_any.py fix_ops_any_all_master 2023-01-31 11:07:47 +08:00
test_func_arange.py support arange ops 2022-11-19 17:03:09 +08:00
test_func_argsort.py add Tensor and function api argsort 2022-12-16 16:09:00 +08:00
test_func_argwhere.py add ops function 2023-01-31 19:36:43 +08:00
test_func_bincount.py api: cat,hammint_window, bincount 2022-12-05 20:19:12 +08:00
test_func_cat.py api: cat,hammint_window, bincount 2022-12-05 20:19:12 +08:00
test_func_chunk.py api: full, chunk 2022-12-26 15:09:50 +08:00
test_func_column_stack.py add ops function 2023-01-31 19:36:43 +08:00
test_func_cov.py fix cov error 2023-02-18 14:51:34 +08:00
test_func_det.py add api: ops.det 2023-01-31 21:43:42 +08:00
test_func_diagflat.py tensor_diagflat_master 2023-01-06 17:43:08 +08:00
test_func_diff.py add tensor frac diff 2023-01-12 11:19:59 +08:00
test_func_digamma.py tensor_digamma_lgamma_master 2022-12-15 11:54:38 +08:00
test_func_frac.py add tensor frac diff 2023-01-12 11:19:59 +08:00
test_func_full.py api: full, chunk 2022-12-26 15:09:50 +08:00
test_func_full_like.py api: ravel 2023-01-12 09:56:53 +08:00
test_func_hamming_window.py api: cat,hammint_window, bincount 2022-12-05 20:19:12 +08:00
test_func_hardtanh.py huber_loss_hardtanh 2023-01-03 17:34:30 +08:00
test_func_hstack.py add ops function 2023-01-31 19:36:43 +08:00
test_func_huber_loss.py huber_loss_hardtanh 2023-01-03 17:34:30 +08:00
test_func_inner.py fix ops.inner 2023-01-30 17:21:33 +08:00
test_func_is_tensor.py add ops.is_tensor 2023-01-30 17:36:58 +08:00
test_func_l1_loss.py func_l1_loss_master 2022-12-22 14:12:59 +08:00
test_func_leaky_relu.py ops_threshold_leaky_relu_master 2022-12-28 23:28:27 +08:00
test_func_lgamma.py tensor_digamma_lgamma_master 2022-12-15 11:54:38 +08:00
test_func_logsigmoid.py for nn function: logsigmoid, rrelu 2022-12-29 10:36:23 +08:00
test_func_logspace.py logspace 2023-02-25 15:05:26 +08:00
test_func_matrix_power.py !48987 matrix_power:移除 n<0 场景下的测试用例 2023-02-17 02:17:55 +00:00
test_func_mm.py support mH mm msort mT NanToNum 2022-11-22 14:11:34 +08:00
test_func_moveaxis.py add ops function 2023-01-31 19:36:43 +08:00
test_func_movedim.py add ops function 2023-01-31 19:36:43 +08:00
test_func_msort.py support mH mm msort mT NanToNum 2022-11-22 14:11:34 +08:00
test_func_nan_to_num.py support mH mm msort mT NanToNum 2022-11-22 14:11:34 +08:00
test_func_nansum.py fix_nansum_master 2023-02-06 14:51:29 +08:00
test_func_norm.py modify norm test example 2023-02-17 18:01:13 +08:00
test_func_pad.py rewrite pad ops 2022-11-15 16:12:09 +08:00
test_func_random_functions.py Add random functions 2023-01-09 19:29:27 +08:00
test_func_ravel.py api: ravel 2023-01-12 09:56:53 +08:00
test_func_real.py support rsqrt reciprocal real 2022-11-26 18:08:48 +08:00
test_func_reciprocal.py support rsqrt reciprocal real 2022-11-26 18:08:48 +08:00
test_func_rrelu.py for nn function: logsigmoid, rrelu 2022-12-29 10:36:23 +08:00
test_func_rsqrt.py support rsqrt reciprocal real 2022-11-26 18:08:48 +08:00
test_func_scatter.py add api: ops.scatter 2023-02-02 11:42:41 +08:00
test_func_sgn.py Support sign sgn signbit 2022-12-09 17:28:47 +08:00
test_func_sign.py Support sign sgn signbit 2022-12-09 17:28:47 +08:00
test_func_signbit.py Support sign sgn signbit 2022-12-09 17:28:47 +08:00
test_func_slogdet.py api: slogdet tril 2022-12-19 16:28:01 +08:00
test_func_std.py add_std_var_and_mean 2023-02-25 19:05:08 +08:00
test_func_std_mean.py add_std_var_and_mean 2023-02-25 19:05:08 +08:00
test_func_sum.py add function api ops.sum 2022-12-08 15:46:21 +08:00
test_func_swapaxes.py add ops.swapaxes and ops.swapdims 2023-01-13 17:15:10 +08:00
test_func_swapdims.py add ops.swapaxes and ops.swapdims 2023-01-13 17:15:10 +08:00
test_func_t.py tensor_stft_dim_t_view_as_master 2022-12-09 11:13:45 +08:00
test_func_threshold.py ops_threshold_leaky_relu_master 2022-12-28 23:28:27 +08:00
test_func_topk.py modify topk 2023-01-17 11:09:25 +08:00
test_func_tril.py api: slogdet tril 2022-12-19 16:28:01 +08:00
test_func_var.py add_std_var_and_mean 2023-02-25 19:05:08 +08:00
test_func_var_mean.py add_std_var_and_mean 2023-02-25 19:05:08 +08:00
test_gaussian_nll_loss.py add function.gaussian_nll_loss 2022-11-09 16:08:08 +08:00
test_gru.py Add GRUV2Grad OPS IMPL 2023-02-23 19:50:28 +08:00
test_heaviside.py add i0, heaviside, hypot. 2022-11-21 00:01:48 +08:00
test_hinge_embedding_loss.py Add nn.HingeEmbeddingLoss 2022-10-24 17:30:41 +08:00
test_hypot.py add support platform of ops/Tensor hypot 2023-02-01 15:55:15 +08:00
test_i0.py add i0, heaviside, hypot. 2022-11-21 00:01:48 +08:00
test_index_select.py add ops.index_select/Tensor.index_select, ops.lt/Tensor.lt 2023-01-09 21:25:15 +08:00
test_interpolate.py refactor interpolate 2023-02-08 10:17:56 +08:00
test_is_floating_point.py support flip isf issigned 2022-11-07 17:48:25 +08:00
test_lamb_op.py rectify nn api's ut and st 2022-12-27 18:09:57 +08:00
test_logdet.py add tensor.logdet & ops.logdet 2022-11-26 21:40:58 +08:00
test_lppool1d.py add LPPool1d 2022-10-25 15:59:55 +08:00
test_lppool2d.py fix lppool 2022-10-28 14:34:13 +08:00
test_lt.py add ops.index_select/Tensor.index_select, ops.lt/Tensor.lt 2023-01-09 21:25:15 +08:00
test_margin_ranking_loss.py add marginrankingloss ops 2022-11-07 19:59:15 +08:00
test_multilabel_soft_margin_loss.py add ops.multilabel_soft_margin_loss 2022-12-29 15:11:55 +08:00
test_multiply.py add api of Tensor.log10, Tensor.log2 and Tensor.multiply 2022-11-10 17:44:52 +08:00
test_ops_arccosh.py tensor_arccosh_arcsin_arctan_arctan2_master 2022-11-05 09:03:22 +08:00
test_ops_arcsin.py tensor_arccosh_arcsin_arctan_arctan2_master 2022-11-05 09:03:22 +08:00
test_ops_arctan.py tensor_arccosh_arcsin_arctan_arctan2_master 2022-11-05 09:03:22 +08:00
test_ops_arctan2.py add export onnx atan2,cos test cases and resizebilinear test cases. 2022-11-29 19:07:17 +08:00
test_ops_bitwise_left_right_shift.py add leftshift and rightshift 2022-12-02 15:26:34 +08:00
test_ops_clip_func.py add function and Tensor clip clamp 2022-11-25 17:39:29 +08:00
test_ops_einsum.py add_sublist_mode_to_einsum_master 2023-02-11 16:08:19 +08:00
test_ops_float_power.py modify the logic of float_power for complex 2023-02-08 22:29:34 +08:00
test_ops_fmod.py add ops.is_complex, ops.float_power, ops.fmod, 2022-12-01 19:56:37 +08:00
test_ops_fractional_max_pool.py tensor_inverse_master 2022-11-28 07:19:58 +08:00
test_ops_inverse.py tensor_inverse_master 2022-11-28 07:19:58 +08:00
test_ops_is_complex.py add ops.is_complex, ops.float_power, ops.fmod, 2022-12-01 19:56:37 +08:00
test_ops_isneginf.py tensor_isneginf_isposinf_isreal_master 2022-11-25 14:56:34 +08:00
test_ops_isposinf.py tensor_isneginf_isposinf_isreal_master 2022-11-25 14:56:34 +08:00
test_ops_isreal.py tensor_isneginf_isposinf_isreal_master 2022-11-25 14:56:34 +08:00
test_ops_negative.py add_negative_ops 2022-11-09 10:33:56 +08:00
test_ops_not_equal.py add function and tensor not_equal 2022-11-29 10:29:04 +08:00
test_ops_numel.py tensor_nele_numel_permute_positive_remainder 2022-11-07 14:50:44 +08:00
test_ops_permute.py tensor_nele_numel_permute_positive_remainder 2022-11-07 14:50:44 +08:00
test_ops_positive.py tensor_nele_numel_permute_positive_remainder 2022-11-07 14:50:44 +08:00
test_ops_subtract.py add ops.true_divde, ops.subtract 2022-11-10 10:33:34 +08:00
test_ops_tanhshrink.py add api mindspore.ops.tanhshrink 2023-01-03 15:18:48 +08:00
test_ops_triplet_margin_loss.py add api triplet_margin_loss 2023-01-13 11:01:35 +08:00
test_ops_true_divide.py add ops.true_divde, ops.subtract 2022-11-10 10:33:34 +08:00
test_ops_view_as_real.py ops_view_einsum_master 2022-12-12 17:40:11 +08:00
test_ops_where.py add tensor.where 2022-11-25 15:03:08 +08:00
test_parallelconcat.py Add parallel concat attribute 2023-01-31 16:44:34 +08:00
test_pixel_shuffle_unshuffle.py pixel_shuffle_unshuffle_master 2022-10-28 17:17:56 +08:00
test_repeat_interleave.py support repeat inter 2022-11-15 11:06:24 +08:00
test_roi_align_grad_op.py Change shape related op in graph mode 2022-12-02 11:14:40 +08:00
test_roi_align_op.py fix cleancode check in ROIAlign&Grad kernels, add dynamic rank testcases 2022-10-11 20:33:23 +08:00
test_roll.py support tensor repeat elements 2022-11-01 20:22:50 +08:00
test_silu.py ops silu 2023-01-06 15:49:24 +08:00
test_softmin.py ops softmin 2022-12-29 19:40:11 +08:00
test_split.py add function and Tensor api: split 2022-12-03 15:34:11 +08:00
test_tensor_copy_slices.py fix level1 testcase 2023-02-06 17:18:18 +08:00
test_tensor_slice.py fix bug of TopTypeOf in None 2023-01-31 09:07:31 +08:00
test_unbind.py Tensor and fucntion api of unbind 2022-10-31 16:55:01 +08:00
test_unsqueeze.py add function and tensor api of unsqueeze 2022-11-01 20:39:54 +08:00
test_zeros.py Add tensor.new_zeros, ops.zeros, ops.zeros_like 2022-12-05 10:07:00 +08:00
test_zeros_like.py Add tensor.new_zeros, ops.zeros, ops.zeros_like 2022-12-05 10:07:00 +08:00