mindspore/tests/st/ops/cpu
YangLuo 4fecaa5d91 add import mstype for isnan op st 2022-11-08 17:11:02 +08:00
..
test_abs_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_acos_grad_op.py Add Asin, ACos, AsinGrad, ACosGrad for CPU 2021-01-30 11:11:59 +08:00
test_acos_op.py add acos acosh cos tensor interface 2022-08-19 11:26:03 +08:00
test_acosh_grad_op.py fix G.AsinhGrad, G.AcoshGrad on cpu 2021-05-18 09:54:23 +08:00
test_acosh_op.py add acos acosh cos tensor interface 2022-08-19 11:26:03 +08:00
test_adam_op.py Code self check and fix adam ops 2022-10-13 20:45:39 +08:00
test_adam_weight_decay_op.py add set device interface for prim 2022-09-23 10:58:01 +08:00
test_adaptive_max_pool1d_op.py Added adaptive_max_pool1d functional api and ST. 2022-08-30 09:25:31 -04:00
test_adaptive_max_pool2d_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_add_op.py Added tensor apis and STs. 2022-09-04 22:19:22 -04:00
test_addmv_op.py Added new tensor and functional APIs and STs. 2022-09-12 04:26:11 -04:00
test_addn_op.py ops.addn supports more types 2022-10-08 16:38:37 +08:00
test_addr_op.py Added tensor apis and STs. 2022-09-04 22:19:22 -04:00
test_apply_ada_max.py add cpu op ApplyAdaMax 2022-06-10 12:10:48 +08:00
test_apply_adadelta_op.py modify wordings 2022-10-14 09:52:05 +08:00
test_apply_adagrad_dad_op.py ApplyAdagradDAD_operator_cpu_support 2022-06-10 11:12:10 +08:00
test_apply_adagrad_op.py Fix: ApplyAdagrad output. 2021-03-02 10:41:16 +08:00
test_apply_adagrad_v2_op.py vmap - ApplyGradientDescent and ApplyAdagradV2 2022-08-19 18:09:43 +00:00
test_apply_adam_with_amsgrad_op.py bug fix for ascend applyadamwithamsgrad 2022-08-10 14:44:48 +08:00
test_apply_ftrl_op.py add CPU operators of ApplyFtrl 2022-06-25 16:08:07 +08:00
test_apply_gradient_descent_op.py add dynamic shape st of ApplyGradientDescent, DepthToSpace, ApplyMomentum, Multinomial 2022-09-18 11:56:36 +08:00
test_apply_power_sign.py add vmap for applypowersign 2022-06-23 10:07:15 +08:00
test_apply_proximal_adagrad_op.py opt apply_proximal_adagrad 2022-06-27 19:39:39 +08:00
test_apply_proximal_gradient_descent_op.py add apply_proximal_gradient_descent cpu 2022-07-14 17:15:43 +08:00
test_approximate_equal_op.py vmap - SquareSumAll - Trunc - ApproximateEqual - PopulationCount - 2022-08-03 21:26:05 +00:00
test_argmax_op.py ops.argmax supports more types. 2022-09-26 11:49:35 +08:00
test_argmaxwithvalue_op.py Argmax/minWithValue dyn 2022-10-29 16:17:29 +08:00
test_argmin_op.py add cpu ops Argmin add support Ascend dynamic ArgminV2 2022-06-11 17:20:47 +08:00
test_argminwithvalue_op.py Argmax/minWithValue dyn 2022-10-29 16:17:29 +08:00
test_arithmetic_op.py [OP] add dynamic shape testcases 2022-09-14 15:58:26 +08:00
test_arithmetic_self_op.py Fix inv op in mac-arm platform. 2022-08-31 16:26:57 +08:00
test_asin_grad_op.py Add Asin, ACos, AsinGrad, ACosGrad for CPU 2021-01-30 11:11:59 +08:00
test_asin_op.py Added tensor apis and STs. 2022-09-04 22:19:22 -04:00
test_asinh_grad_op.py fix G.AsinhGrad, G.AcoshGrad on cpu 2021-05-18 09:54:23 +08:00
test_asinh_op.py Added new tensor and functional APIs and STs. 2022-09-12 04:26:11 -04:00
test_assert_op.py fix assert bug 2022-06-30 11:06:53 +08:00
test_assign_add_op.py Add the check of the return value of Assign, AssignAdd, AssignSub. 2022-10-11 15:50:47 +08:00
test_assign_op.py Add assign op for cpu 2020-12-05 10:52:07 +08:00
test_assign_sub_op.py Add the check of the return value of Assign, AssignAdd, AssignSub. 2022-10-11 15:50:47 +08:00
test_atan2_op.py Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select. And Fix floor.cc. 2021-10-30 12:41:26 +08:00
test_atan_grad_op.py add sin, cos, tan, atan for cpu 2021-02-20 14:19:17 +08:00
test_atan_op.py Added new tensor and functional APIs and STs. 2022-09-12 04:26:11 -04:00
test_atanh_op.py Added new tensor and functional APIs and STs. 2022-09-12 04:26:11 -04:00
test_avgpool3d.py modify avg and max3d 2022-10-16 17:29:51 +08:00
test_avgpool_grad_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_avgpool_op.py 1.add avgpool dynamic shape support & testcases 2022-09-23 08:54:21 +08:00
test_batch_matmul.py Dealt with the BatchMatMul operator float16 precision problem on CPU platform. 2022-10-28 12:46:42 +08:00
test_batchdot_op.py Bug fix for ISSUE #I3CN9Q 2021-03-24 17:12:05 +08:00
test_batchnorm_op.py Added new functional apis and STs. 2022-09-07 05:18:40 -04:00
test_batchtospacend_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_bce_with_logits_loss.py add bce_with_logits_loss vmap and cpu performance opt 2022-07-09 14:55:12 +08:00
test_bessel.py 修复Bessel i0/k0/k0e精度问题,修复Bessel算子st 2022-06-08 23:36:38 +08:00
test_bias_add.py add test cases for bias add 2022-10-09 15:52:02 +08:00
test_bias_add_grad.py support BiasAddGrad for dynamic shape and more data type 2022-09-23 09:20:27 +08:00
test_bidense.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_binary_cross_entropy_op.py Added new functional apis and STs. 2022-09-07 05:18:40 -04:00
test_bitwise_op.py add tensor interface 2022-09-13 17:25:04 +08:00
test_blackman_window_op.py Added new Functional APIs ans STs. 2022-09-18 07:47:21 -04:00
test_bool_op.py Added new Tensor APIs and Sts. 2022-09-19 05:50:30 -04:00
test_boundingbox_decode_op.py add dynamic shape of BoundingBoxEncode and BoundingBoxDecode. 2022-09-20 17:36:31 +08:00
test_boundingbox_encode_op.py add dynamic shape of BoundingBoxEncode and BoundingBoxDecode. 2022-09-20 17:36:31 +08:00
test_broadcast_to_op.py modify st of BroadcastTo 2022-09-27 09:59:05 +08:00
test_cache_ops.py add security isolate for save_graphs 2021-09-14 10:24:12 +08:00
test_candidate_sampler_op.py add log_uniform_candidate_sampler op 2022-10-24 09:16:07 +08:00
test_cast_op.py Add full support for cpu cast op 2020-12-25 17:10:50 +08:00
test_cdist_grad_op.py fix cdist test bug 2022-06-28 18:59:40 +08:00
test_cdist_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_ceil_op.py opt kernel 2022-06-20 16:34:59 +08:00
test_celu_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_check_valid_op.py Added new Functional APIs ans STs. 2022-09-18 07:47:21 -04:00
test_cholesky_inverse_op.py Added new Functional APIs ans STs. 2022-09-18 07:47:21 -04:00
test_combined_non_max_suppression_op.py CombinedNMS, SparseApplyFtrl, ConjugateTranspose 2022-11-03 10:47:28 +08:00
test_compare_ops.py Added new functional & tensor apis. 2022-10-30 00:57:42 -04:00
test_concat_offset_v1_op.py refactor implementations of ConcatOffsetV1 operator. 2022-10-18 13:34:07 +08:00
test_concat_op.py fix concat bug about infer_value 2022-06-21 11:22:28 +08:00
test_conj_op.py Added new Functional and Tensor APIs and STs. 2022-10-10 00:10:24 -04:00
test_conjugate_transpose_op.py CombinedNMS, SparseApplyFtrl, ConjugateTranspose 2022-11-03 10:47:28 +08:00
test_conv2d_backprop_filter_op.py develop maxpool3d, avgpool3d and conv3d on CPU(including forward and backward) 2022-03-07 20:44:38 +08:00
test_conv2d_backprop_input_op.py develop maxpool3d, avgpool3d and conv3d on CPU(including forward and backward) 2022-03-07 20:44:38 +08:00
test_conv3dtranspose_op.py add test_conv3dtranspose_op.py 2022-10-30 12:59:20 +08:00
test_conv_op.py develop maxpool3d, avgpool3d and conv3d on CPU(including forward and backward) 2022-03-07 20:44:38 +08:00
test_cos_op.py add dtest cpu 2022-09-15 15:04:13 +08:00
test_cosh_op.py add sinh, cosh, asinh, acosh, atanh, atan2, asinhgrad, acoshgrad for cpu 2021-02-25 10:07:21 +08:00
test_cpu_type.py Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset" 2021-08-23 01:46:38 +08:00
test_crop_and_resize_op.py fix CropResize op on CPU 2022-07-09 16:56:34 +08:00
test_cross_op.py Added new Functional and Tensor APIs and STs. 2022-10-10 00:10:24 -04:00
test_ctc_greedy_decoder_op.py CTCGreedyDecoder CPU version 2022-07-01 12:37:49 +00:00
test_ctcloss_op.py mod_conv2d_pool_add_ctcloss 2021-01-26 10:30:10 +08:00
test_ctclossv2_op.py Add CTCLossGrad GPU Kernel 2022-08-15 11:04:55 +08:00
test_cum_minmax_op.py Add tensor and functional interface for Cummin, Cummax, IndexFill and SparseSegmentMean operator. 2022-06-16 09:49:48 +08:00
test_cumprod_op.py Added new Functional & Tensor APIs with STs. 2022-10-17 23:18:59 -04:00
test_cumsum_op.py add dtest cpu 2022-09-15 15:04:13 +08:00
test_dataformatdimmap_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_deformable_conv.py Support None shape input and dynamic rank for deformable_offsets 2022-09-08 10:29:18 +08:00
test_deformable_offsets_grad.py add vmap of deformable_offsets_grad 2022-06-24 09:54:49 +08:00
test_depthtospace_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_diagonal_op.py Added new APIs and STs. 2022-10-16 23:08:15 -04:00
test_div_op.py Added new Functional & Tensor APIs with STs. 2022-10-17 23:18:59 -04:00
test_divnonan_op.py add dtest cpu 2022-09-15 15:04:13 +08:00
test_dot_op.py Optimize the compile performance in Parser, FG, Manager and Renormalize: 2021-03-04 16:01:54 +08:00
test_dropout_grad_op.py Add grad definition for DropoutGrad operation. 2022-06-12 23:28:00 +08:00
test_dropout_nd_op.py add mish lrn lrn_grad vmap_rule and some test case 2022-06-08 16:43:02 +08:00
test_dropout_op.py Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset" 2021-08-23 01:46:38 +08:00
test_dynamic_op.py TileCpuKernel support dynamic shape 2022-09-14 10:25:26 +08:00
test_elu_grad_op.py add dtest cpu 2022-09-15 15:04:13 +08:00
test_elu_op.py Added new APIs and STs. 2022-10-16 23:08:15 -04:00
test_embedding_look_up_op.py add set device interface for prim 2022-09-23 10:58:01 +08:00
test_equal_op.py Added new Functional & Tensor APIs with STs. 2022-10-17 23:18:59 -04:00
test_equalcount_op.py equalcount dynamic 2022-10-14 11:23:52 +08:00
test_erf_op.py add dtest cpu 2022-09-15 15:04:13 +08:00
test_erfc_op.py add dtest cpu 2022-09-15 15:04:13 +08:00
test_erfinv_op.py Added new Functional and Tensor APIs and STs. 2022-10-10 00:10:24 -04:00
test_exp_op.py add functional/tensor api for exp 2022-08-29 11:24:01 +08:00
test_expand_dims.py add squeeze functional API 2022-07-16 15:52:40 +08:00
test_expand_op.py Added new Functional & Tensor APIs with STs. 2022-10-17 23:18:59 -04:00
test_expm1_op.py Added new Functional & Tensor APIs with STs. 2022-10-17 23:18:59 -04:00
test_fast_gelu_grad_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_fast_gelu_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_fill_diagonal_op.py Replace ms_function with jit 2022-10-29 11:32:53 +08:00
test_flatten_op.py add flatten and floor function/nn/tensor interface and test 2022-09-18 16:17:18 +08:00
test_float_op.py Added new Tensor APIs and Sts. 2022-09-19 05:50:30 -04:00
test_floor_op.py add flatten and floor function/nn/tensor interface and test 2022-09-18 16:17:18 +08:00
test_fold_op.py fix cnode nullptr in eos mode 2022-10-13 23:43:47 -04:00
test_fractional_max_pool.py fractionalmaxpool 2022-10-17 15:20:54 +08:00
test_fractionalavgpool_op.py fix fractional_avg_pool_grad ops dynamic infer 2022-10-31 19:13:05 +08:00
test_fractionalmaxpool3dwithfixedksize_op.py new kernel mod: fractional_max_pool3d_with_fixed_ksize_cpu_kernel 2022-10-21 18:36:55 +08:00
test_fractionalmaxpool_op.py fix fill_diagonal fractional_avg_pool fractional_max_pool kernel mod 2022-10-25 10:37:56 +08:00
test_fused_ada_factor_op.py fusedadafactor support dynamic shape 2022-10-10 20:05:56 +08:00
test_gather_d_grad_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_gather_d_op.py [OP] add dynamic shape testcases 2022-09-14 15:58:26 +08:00
test_gather_op.py gather datatype supplements 2022-09-23 15:16:58 +08:00
test_gathernd_op.py add gather nd interface 2022-05-18 18:26:02 +08:00
test_ge_op.py Fix Greater/GreaterEqual test 2022-09-19 23:46:58 +08:00
test_gelu_grad_op.py [OP] add dynamic shape testcases 2022-09-14 15:58:26 +08:00
test_gelu_op.py Added new APIs and STs. 2022-10-16 23:08:15 -04:00
test_ger_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_gt_op.py Fix Greater/GreaterEqual test 2022-09-19 23:46:58 +08:00
test_half_op.py Added new Tensor APIs and Sts. 2022-09-19 05:50:30 -04:00
test_hshrink_grad_op.py [OP] add vmap for meshgrid, hardshrink 2022-05-26 14:04:25 +08:00
test_hshrink_op.py [OP] add function and tensor interface for hard shrink op 2022-05-13 09:37:42 +08:00
test_hsigmoid_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_hswish_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_igamma_op.py Added New Functional & Tensor APIs. 2022-10-26 02:41:53 -04:00
test_im2col_op.py [OP] add dynamic shape testcases 2022-09-14 15:58:26 +08:00
test_imag_op.py Added new functional & tensor apis. 2022-10-31 21:53:31 -04:00
test_in_top_k_op.py add intopk op for cpu 2022-03-22 11:48:06 +08:00
test_index_add_op.py Added New Functional & Tensor APIs. 2022-10-26 02:41:53 -04:00
test_inplace_op.py expand support types for inplace_add and inplace_sub 2022-07-08 16:52:04 +08:00
test_int_op.py Added new Tensor APIs and Sts. 2022-09-19 05:50:30 -04:00
test_inv_grad_op.py Fix float16 accuracy for InvGrad. 2022-08-22 21:35:57 +08:00
test_iou_op.py Added float64 support for IOU on CPU&GPU, and modify description of pynative shard api 2022-09-26 14:52:20 +08:00
test_is_close_op.py Fix bug of BroadcastIterator when output shape is empty. 2022-06-23 09:13:01 +08:00
test_isfinite_op.py fix MirrorPadGrad bad_function_call bug 2022-09-18 11:44:03 +08:00
test_isinf_op.py Added new functional & tensor apis. 2022-10-27 22:20:38 -04:00
test_isnan_op.py add import mstype for isnan op st 2022-11-08 17:11:02 +08:00
test_kl_div_loss_grad_op.py implementation for KLDivLossGrad operator 2022-06-16 09:15:51 +08:00
test_kl_div_op.py add strided_slice and KLDivLoss interface 2022-09-15 11:42:20 +08:00
test_l1_regularizer_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_l2loss_op.py [OP] add dynamic shape testcases 2022-09-14 15:58:26 +08:00
test_l2normalize_grad_op.py fixed decorators in cpu tests 2021-07-21 20:26:21 +08:00
test_l2normalize_op.py pack l2normalize RandomCategorical UnsortedSegmentMin UnsortedSegmentMax ops add dynamic shape st 2022-09-17 17:19:54 +08:00
test_layer_norm_grad_op.py acc layernorm grad 2022-10-27 17:03:21 +08:00
test_layer_norm_op.py layernorm gpu/cpu support double 2022-09-22 17:32:26 +08:00
test_lerp_op.py add lp_norm vmap and dynamic shape test case. 2022-05-28 16:33:05 +08:00
test_less_equal_op.py Added new Functional and Tensor APIs and STs. 2022-10-10 00:10:24 -04:00
test_less_op.py Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select. And Fix floor.cc. 2021-10-30 12:41:26 +08:00
test_lin_space.py aicpu接入linspace 2022-08-31 17:21:05 +08:00
test_list_diff_op.py merge all commits from list_diff_ds 2022-10-12 10:22:45 +08:00
test_log_op.py add Tensor api for log and tanh 2022-08-17 10:54:28 +08:00
test_logical_op.py Added new functional & tensor apis. 2022-10-27 22:20:38 -04:00
test_logsoftmax_op.py Add Multinomial, Adam, LogSoftmaxGrad and MaxPoolGrad Vmap test case 2022-09-30 11:23:07 +08:00
test_long_op.py Added new Tensor APIs and Sts. 2022-09-19 05:50:30 -04:00
test_lp_norm_op.py add lp_norm vmap and dynamic shape test case. 2022-05-28 16:33:05 +08:00
test_lrn_grad_op.py add mish lrn lrn_grad vmap_rule and some test case 2022-06-08 16:43:02 +08:00
test_lrn_op.py add mish lrn lrn_grad vmap_rule and some test case 2022-06-08 16:43:02 +08:00
test_lstm_op.py [OP] add dynamic shape testcases 2022-09-14 15:58:26 +08:00
test_lstsq_op.py Added new functional & tensor apis. 2022-10-30 00:57:42 -04:00
test_masked_select_op.py MaskedSelectedGradCpuKernel support more data type 2022-09-22 17:06:21 +08:00
test_maskedfill_op.py add masked fill 2022-04-24 14:35:58 +08:00
test_matmul.py Added new functional & tensor apis. 2022-10-30 00:57:42 -04:00
test_matrix_band_part.py Add all datatype for some kernels. 2022-08-10 17:54:39 +08:00
test_matrix_diag_part_v3_op.py refactor implementations of MatrixDiagPartV3 operator. 2022-10-12 16:16:02 +08:00
test_matrix_diag_v3_op.py Add GPU implementation of MatrixDiagV3 operator. 2022-05-13 14:57:03 +08:00
test_matrix_solve.py checking dynamic shape support 2022-06-22 09:29:42 +08:00
test_max_pool_grad_with_argmax_cpu_op.py change infer to suit all cases of padmode 2022-07-27 19:24:08 +00:00
test_max_pool_with_argmax_cpu_op.py dynamic shape and precision problem fix 2022-08-05 15:18:32 +00:00
test_maximum_grad.py bug 2022-09-29 11:01:50 +08:00
test_maximum_op.py Added new functional & tensor apis. 2022-10-30 00:57:42 -04:00
test_maxpool_3d_grad_grad_cpu_op.py [OP] add maxpool grad grad with argmax cpu and gpu backend 2022-07-06 09:26:20 +08:00
test_maxpool_grad_grad_cpu_op.py [OP] add maxpool grad grad with argmax cpu and gpu backend 2022-07-06 09:26:20 +08:00
test_maxpool_grad_grad_with_argmax_cpu_op.py [OP] add vmap for MaxpoolGradGradWithArgmax 2022-07-06 15:45:04 +08:00
test_maxpool_grad_op.py Add Multinomial, Adam, LogSoftmaxGrad and MaxPoolGrad Vmap test case 2022-09-30 11:23:07 +08:00
test_maxpool_op.py Add MaxPool operator Vmap feature 2022-08-02 14:14:56 +08:00
test_meshgrid_op.py add cumprod st 2022-09-20 19:38:42 +08:00
test_minimum_grad_op.py add vmaprule for minimum grad 2022-08-25 17:14:44 +08:00
test_minimum_op.py minimum tensor api 2022-08-11 18:08:04 +08:00
test_mirror_pad.py fix MirrorPadGrad bad_function_call bug 2022-09-18 11:44:03 +08:00
test_mish_grad_op.py Fix the mish_grad test case. 2022-06-07 17:18:17 +08:00
test_mish_op.py add mish lrn lrn_grad vmap_rule and some test case 2022-06-08 16:43:02 +08:00
test_momentum_op.py add dynamic shape st of ApplyGradientDescent, DepthToSpace, ApplyMomentum, Multinomial 2022-09-18 11:56:36 +08:00
test_mse_loss_op.py Added new functional apis. 2022-10-28 22:05:54 -04:00
test_mul_op.py Added new functional & tensor apis. 2022-10-30 00:57:42 -04:00
test_multinomial_op.py Add Multinomial, Adam, LogSoftmaxGrad and MaxPoolGrad Vmap test case 2022-09-30 11:23:07 +08:00
test_mvlgamma_op.py Added new functional & tensor apis. 2022-10-30 00:57:42 -04:00
test_neg_op.py Added new functional & tensor apis. 2022-10-30 00:57:42 -04:00
test_nextafter_op.py next_after cpu support dynamic shape 2022-10-22 09:09:35 +08:00
test_nllloss_op.py develop nllloss and nlllossgrad for CPU and lite 2022-03-22 10:35:07 +08:00
test_nms_with_mask_op.py adding 9 object detection operators 2021-07-21 10:49:17 +08:00
test_nn_reflectionpad.py fixed reflectionpad bug in st cases of acend and cpu 2022-06-07 15:34:33 +08:00
test_no_repeat_ngram.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_norm_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_notequal_op.py add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu 2020-12-19 16:25:38 +08:00
test_one_hot_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_onednn_dfx.py onednn dfx testcase skip win and mac 2022-02-10 11:07:43 +08:00
test_oneslike_op.py [OP] add dynamic shape testcases 2022-09-14 15:58:26 +08:00
test_pack_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_pad.py fixed decorators in cpu tests 2021-07-21 20:26:21 +08:00
test_pad_op.py deal with duplicate index 2022-08-11 10:08:05 +08:00
test_pad_v3.py adapt PadV3/PadV3Grad dynamic shape and kernelmod implementations. 2022-11-02 14:34:46 +08:00
test_padding.py Add dtypes for Padding and Softsign. 2022-07-26 14:11:44 +08:00
test_parallel_concat_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_pdist_op.py add pdist_cpu_kernel 2022-05-27 09:01:07 +08:00
test_pinv_op.py add pinverse 2022-10-29 19:25:55 +08:00
test_population_count_op.py vmap - SquareSumAll - Trunc - ApproximateEqual - PopulationCount - 2022-08-03 21:26:05 +00:00
test_pow_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_prelu_op.py modified prelu cpu 2022-10-25 17:16:54 +08:00
test_primitive_cache.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_print_op.py print support complex type 2022-09-17 10:25:47 +08:00
test_priority_replay_buffer_test.py episodic priority replay buffer primitive and infer 2022-08-11 14:10:16 +08:00
test_ps_roi_pooling_grad_op.py fix mind_ir test fails on windows by getting the write permission 2022-08-29 22:53:36 +08:00
test_ps_roi_pooling_v2_op.py takedown test_ps_roi_pooling_dynamic_shape to ensure gate stability 2022-09-12 11:39:42 +08:00
test_qr_op.py Add the QR decomposition for cpu kernel. 2021-10-26 16:31:51 +08:00
test_random_choice_with_mask_op.py Modifies test case for RandomChoiceWIthMask on mac 2021-12-09 11:27:24 +08:00
test_random_gamma_op.py fix random gamma dynamic shape error 2022-10-24 19:24:54 +08:00
test_random_poisson_op.py add CN api docs & add scalar rate ST & add 1-D-tensor check for argument shape 2022-08-10 09:49:34 +08:00
test_random_shuffle.py !43077 ops.random_shuffle to ops.shuffle 2022-09-30 01:35:03 +00:00
test_range_op.py data type supplement and optimization range op 2022-08-08 14:35:21 +08:00
test_rank_op.py add rank cpu kernel 2021-09-08 15:02:59 +08:00
test_realdiv_op.py modify dtype realdiv cpu 2022-08-11 16:57:53 +08:00
test_reduce_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_reduce_std_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_relu6_grad_op.py convert the implementation of BroadCastTo, ReluGrad, ReLU6Grad CPU operators to nnacl 2021-04-22 15:36:26 +08:00
test_relu6_op.py
test_relu_grad_op.py convert the implementation of BroadCastTo, ReluGrad, ReLU6Grad CPU operators to nnacl 2021-04-22 15:36:26 +08:00
test_relu_grad_v2_op.py add reluv2 grad ops 2022-04-24 15:45:57 +08:00
test_relu_op.py
test_relu_v2_op.py add reluv2 grad ops 2022-04-24 15:45:57 +08:00
test_renorm_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_resize_bilinear_grad_op.py ResizeBilinearGrad support dynamic shape 2022-08-16 16:23:59 +08:00
test_resize_bilinear_op.py add more st cases for resizebilinearv2 2022-10-12 09:46:19 +08:00
test_resize_linear_1d_grad_op.py change support data type of resize 2022-06-28 21:08:36 +08:00
test_resize_linear_1d_op.py change support data type of resize 2022-06-28 21:08:36 +08:00
test_resize_nearest_neighbor_grad_op.py add_resize_ops 2020-12-19 01:06:27 +08:00
test_resize_nearest_neighbor_op.py add_int64_float64 2021-02-26 19:36:24 +08:00
test_reverse_sequence.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_rgb_to_hsv_op.py rgb to hsv dyn 2022-10-18 17:14:56 +08:00
test_rl_buffer_net.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_rl_buffer_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_rmsprop.py fixed decorators in cpu tests 2021-07-21 20:26:21 +08:00
test_rolling_op.py add rolling cpu kernel 2021-08-25 11:57:18 +08:00
test_rrelu.py add RReLU, in-place is not supported 2022-06-22 10:58:39 +08:00
test_scatter_arithmetic_op.py !42330 Add huge tensor st for CPU kernel ScatterUpdate 2022-09-20 06:16:33 +00:00
test_scatter_nd_arithmetic_op.py Add vmap feature for MatrixDiagV3, ScatterNdMul, Cummin, Cummax and IsClose operator. 2022-06-22 16:54:33 +08:00
test_scatter_nd_op.py modify dtype realdiv cpu 2022-08-11 16:57:53 +08:00
test_scatter_nd_update_op.py debug 2022-09-16 17:31:35 +08:00
test_searchsorted_op.py adding SearchSorted operator to CPU 2021-06-03 10:30:55 +08:00
test_select_op.py functional select support x or y is a scalar 2022-01-05 10:12:44 +08:00
test_selu_op.py add mish lrn lrn_grad vmap_rule and some test case 2022-06-08 16:43:02 +08:00
test_sgd_op.py added SGD operation in CPU 2021-04-14 15:19:10 +08:00
test_shift_op.py reduce testcase 2021-12-21 17:37:21 +08:00
test_sigmoid_cross_entropy_with_logits_grad_op.py
test_sigmoid_cross_entropy_with_logits_op.py merge all commits from list_diff_ds 2022-10-12 10:22:45 +08:00
test_sigmoid_op.py
test_sign_op.py remove python func call in st/cpu 2022-09-07 15:45:56 +08:00
test_sin_op.py Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select. And Fix floor.cc. 2021-10-30 12:41:26 +08:00
test_sinh_op.py Added new functional & tensor apis. 2022-10-31 21:53:31 -04:00
test_slice_grad_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_slice_op.py remove python func call in st/cpu 2022-09-07 15:45:56 +08:00
test_smoothl1loss_op.py fix bug of smooth_l1_loss 2022-07-21 14:47:35 +08:00
test_soft_shrink_op.py change default mode to pynative 2022-10-13 19:48:38 +08:00
test_softmax2d.py Add nn.Softmax2d 2022-10-10 21:22:48 +08:00
test_softmax_cross_entropy_with_logits_op.py remove python func call in st/cpu 2022-09-07 15:45:56 +08:00
test_softmax_op.py
test_softmax_with_cross_entropy_op.py
test_softplus_grad_op.py Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset" 2021-08-23 01:46:38 +08:00
test_softplus_op.py Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset" 2021-08-23 01:46:38 +08:00
test_sort.py Added new functional & tensor apis. 2022-10-31 21:53:31 -04:00
test_spacetobatchnd_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_spacetodepth_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_sparse_add_op.py merge all commits from list_diff_ds 2022-10-12 10:22:45 +08:00
test_sparse_addmm_op.py SparseAddmm and Trace dynamic shape support 2022-10-20 16:41:24 +08:00
test_sparse_apply_adagrad.py Vmap: SparseApplyAdagrad/SparseApplyAdagradV2/SparseApplyFtrl op cpu 2022-08-30 13:52:28 +00:00
test_sparse_apply_adagrad_v2.py Vmap: SparseApplyAdagrad/SparseApplyAdagradV2/SparseApplyFtrl op cpu 2022-08-30 13:52:28 +00:00
test_sparse_apply_adam_op.py change default mode to pynative 2022-10-13 19:48:38 +08:00
test_sparse_apply_ftrl_op.py change default mode to pynative 2022-10-13 19:48:38 +08:00
test_sparse_apply_lazy_adam_op.py change default mode to pynative 2022-10-13 19:48:38 +08:00
test_sparse_apply_proximal_adagrad_op.py change default mode to pynative 2022-10-13 19:48:38 +08:00
test_sparse_apply_r_m_s_prop_cpu_op.py change type 2022-09-08 17:41:26 +00:00
test_sparse_concat.py change default mode to pynative 2022-10-13 19:48:38 +08:00
test_sparse_count_sparse_output.py Initial CPU kernel development for SparseCountSparseOutput Op 2022-08-19 21:28:11 +08:00
test_sparse_dense_cwise_op.py merge all commits from sparse_dense_cwise_ds 2022-10-17 16:31:14 +08:00
test_sparse_matrix_nnz_op.py SparseMatrixNNZ, SparseMatrixTranspose dyn 2022-10-24 18:54:34 +08:00
test_sparse_matrix_softmax.py add sparsematrixsoftmax 前端 2022-07-26 18:51:05 +08:00
test_sparse_matrix_transpose_op.py SparseMatrixNNZ, SparseMatrixTranspose dyn 2022-10-24 18:54:34 +08:00
test_sparse_reorder_op.py SparseReorder dynamic shape support 2022-10-20 16:42:34 +08:00
test_sparse_reshape_op.py SparseReshape dyn 2022-10-22 09:31:50 +08:00
test_sparse_segment_mean_op.py fix default dtype 2022-08-29 14:55:19 +08:00
test_sparse_segment_mean_with_num_segments_op.py SparseSegment dyn 2022-10-29 15:01:55 +08:00
test_sparse_softmax_cross_entropy_with_logits_v2_op.py SparseSoftmaxCrossEntropyWithLogitsV2 dyn 2022-10-22 09:36:37 +08:00
test_sparse_sparse_maximum_op.py merge all commits from sparse_sparse_ds 2022-10-15 18:01:57 +08:00
test_sparse_sparse_minimum_op.py merge all commits from sparse_sparse_ds 2022-10-15 18:01:57 +08:00
test_sparse_tensor_dense_matmul_op.py merge all commits from sparse_tensor_dense_ds 2022-10-19 09:28:01 +08:00
test_sparse_tensor_to_csr_sparse_matrix_op.py SparseTensorToCSRSparseMatrix 2022-10-28 10:27:05 +08:00
test_sparse_to_dense_op.py SparseToDense dynamic shape 2022-10-22 16:25:08 +08:00
test_split_op.py remove python func call in st/cpu 2022-09-07 15:45:56 +08:00
test_sqrt_op.py refactor sub cpu impl and add sqrt sqrt_grad, square test case 2022-08-18 09:07:46 +08:00
test_square_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_square_sum_all.py merge all commits from square_sum_all_ds 2022-10-18 09:51:20 +08:00
test_squared_difference_op.py Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select. And Fix floor.cc. 2021-10-30 12:41:26 +08:00
test_squeeze_op.py add vmaprule for several ops 2022-08-10 16:31:13 +08:00
test_standard_laplace.py revise doc and test case of standard_laplace func 2022-08-22 10:23:11 +08:00
test_standard_normal.py [MS][LITE] StandardNormal ops dynamic support and vmap 2022-07-06 17:34:43 +08:00
test_stft_op.py remove stft vmap 2022-09-08 10:57:11 +08:00
test_stridedslice_grad_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_stridedslice_op.py supplement data type for stridedslice 2022-09-19 16:18:09 +08:00
test_sub_and_filter_op.py SubAndFilter TensorCopySlices dyn shape 2022-10-29 21:29:11 +08:00
test_svd_op.py upsample nearest/trilinear3d dyn 2022-10-13 11:03:55 +08:00
test_tan_op.py add sin, cos, tan, atan for cpu 2021-02-20 14:19:17 +08:00
test_tanh_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_tanhshrink.py Supply Tanhshrink activation function and test cases 2022-06-23 11:34:53 +08:00
test_tensor_array.py Convert python to value at begin of run op 2022-08-06 16:50:20 +08:00
test_tensor_copy_slices_op.py SubAndFilter TensorCopySlices dyn shape 2022-10-29 21:29:11 +08:00
test_tensor_scatter_arithmetic.py debug 2022-09-16 17:31:35 +08:00
test_tensor_scatter_element_op.py add TensorScatterElements interface 2022-06-22 09:25:24 +08:00
test_tensor_shape_op.py TensorShape dyn 2022-10-22 17:43:29 +08:00
test_tensoradd.py Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
test_tile_op.py Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset" 2021-08-23 01:46:38 +08:00
test_time_distributed_op.py takedown testcases to ensure gate stability 2022-03-09 10:18:51 +08:00
test_to_op.py Added new Tensor APIs and Sts. 2022-09-19 05:50:30 -04:00
test_topk_op.py [MS][LITE] update some ops functional API support 2022-07-27 16:36:31 +08:00
test_transpose_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_trunc_op.py Added new functional & tensor apis. 2022-10-31 21:53:31 -04:00
test_truncate_div_op.py vmap - SquareSumAll - Trunc - ApproximateEqual - PopulationCount - 2022-08-03 21:26:05 +00:00
test_truncate_mod_op.py vmap - SquareSumAll - Trunc - ApproximateEqual - PopulationCount - 2022-08-03 21:26:05 +00:00
test_unary_op.py add ceil kernel 2022-05-11 16:15:28 +08:00
test_uniform_int.py add uniform_int and uniform_real on cpu 2021-08-16 20:11:18 +08:00
test_uniform_real.py add uniform_int and uniform_real on cpu 2021-08-16 20:11:18 +08:00
test_unique_op.py cpu unique kernel support fp16 2021-04-20 11:40:13 +08:00
test_unique_with_pad_op.py UniqueWithPad dyn shape support 2022-11-03 19:54:32 +08:00
test_unpack_op.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_unsorted_segment_arithmetic.py merge all commits from list_diff_ds 2022-10-12 10:22:45 +08:00
test_xdivy_op.py Add Xdivy primitive for cpu&gpu 2022-06-21 08:50:04 +08:00
test_zeroslike_op.py Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select. And Fix floor.cc. 2021-10-30 12:41:26 +08:00