| .. |
|
test_aicpu_ops
|
add functional and tensor interface for gatherd
|
2022-06-09 18:00:08 +08:00 |
|
test_compoite_random_ops
|
add python implement and st for random gamma
|
2022-06-01 11:20:36 +08:00 |
|
test_tbe_ops
|
add deformable offset grad operator for Ascend
|
2022-06-10 15:14:17 +08:00 |
|
test_tensor_print
|
回退 'Pull Request !11074 : replace tdt with acltdt interface'
|
2021-02-06 14:42:14 +08:00 |
|
test_adam_apply_one.py
|
AdamApplyOne support dynamic shape &
|
2022-06-02 20:21:33 +08:00 |
|
test_adam_apply_one_with_decay.py
|
AdamApplyOneWithDecay support dynamic shape
|
2022-06-08 09:53:01 +08:00 |
|
test_adam_weight_decay.py
|
add st for adam weight decay op
|
2022-05-31 17:06:55 +08:00 |
|
test_add.py
|
Change TensorAdd to Add, from r1.1 to master
|
2021-02-01 17:53:52 +08:00 |
|
test_addn.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_apply_momentum.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_argmax.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_autocast.py
|
add support for bool tensor and scalar impilicit convert
|
2020-07-13 10:49:47 +08:00 |
|
test_batchnorm_grad.py
|
IR operators of GPU and CPU are unified as batchnorm
|
2021-03-18 19:02:28 +08:00 |
|
test_biasAddGrad.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
|
test_bias_add_grad.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_bidense.py
|
add 1d inputs support for nn.BiDense
|
2022-05-30 10:11:38 +08:00 |
|
test_conv.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_conv2dGradFilter.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
|
test_conv2d_depthwiseconv2d.py
|
take down testcases that are passing all the time
|
2022-05-28 09:53:29 +08:00 |
|
test_conv_grad.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_deformable_conv.py
|
fix ci error
|
2022-06-10 17:22:23 +08:00 |
|
test_dense.py
|
mod dense
|
2020-12-03 11:32:03 +08:00 |
|
test_dense_grad.py
|
modify_dense
|
2020-11-06 15:45:43 +08:00 |
|
test_drop_out_gen_mask.py
|
add Padding op
|
2020-07-16 21:37:35 +08:00 |
|
test_dynamic_asr.py
|
insert_pad_for_nms_with_mask and insert_transpose_for_sort support dynamic shape
|
2022-05-13 14:52:46 +08:00 |
|
test_dynamic_broadcast_gradient_args.py
|
1、Optimize the error message in operator 2、add operator test cases
|
2021-10-23 10:16:59 +08:00 |
|
test_dynamic_gru_v2.py
|
prune less effective Ascend testcases to level1
|
2021-08-27 19:59:59 +08:00 |
|
test_dynamic_ops.py
|
Add dynamic shupport to SquareSumAll op and fix rounding issue in cpu version
|
2022-05-12 11:29:41 -04:00 |
|
test_edit_distance.py
|
sync aicpu ops to open from ms-incubator: UniqueWithPad, EditDistance, TransData
|
2020-10-26 16:48:52 +08:00 |
|
test_embedding_lookup.py
|
fix embeddinglookupgrad when param shape is one dim
|
2020-07-03 10:59:10 +08:00 |
|
test_equal_count.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
|
test_full_connection.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_gru_op.py
|
take down testcases that are passing all the time
|
2022-05-28 09:53:29 +08:00 |
|
test_hardswish_op.py
|
add hardswish & hardswishgrad
|
2022-06-09 10:51:38 +08:00 |
|
test_host.py
|
modify DynamicShape to TensorShape
|
2022-03-07 14:19:12 +08:00 |
|
test_image_gradients.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_index_add.py
|
add Ascend dynamic shape testcases for IndexAdd
|
2022-05-10 15:42:58 +08:00 |
|
test_lstm_op.py
|
take down testcases that are passing all the time
|
2022-05-28 09:53:29 +08:00 |
|
test_matmul.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
|
test_maxpool.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_maxpool_grad.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_maxpool_with_argmax.py
|
Change TensorAdd to Add, from r1.1 to master
|
2021-02-01 17:53:52 +08:00 |
|
test_maxpool_with_argmax_grad.py
|
update Pool's attr kernel_size, pad_mode
|
2021-01-18 12:10:20 +08:00 |
|
test_nn_matmul.py
|
1D*ND
|
2020-10-12 17:21:07 +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_one_hot.py
|
fix onehot vmap
|
2022-05-25 09:36:28 +08:00 |
|
test_ops_infer.py
|
add security isolate for save_graphs
|
2021-09-14 10:24:12 +08:00 |
|
test_padding.py
|
add Padding op
|
2020-07-16 21:37:35 +08:00 |
|
test_relu.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_relu_grad.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_reshape.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_rnn_op.py
|
add GRU support info and fix RNN ut
|
2022-02-08 10:22:35 +08:00 |
|
test_scale_grad.py
|
optimize scale grad
|
2022-05-17 20:44:40 +08:00 |
|
test_scatter_div.py
|
add scatter_div operator
|
2022-05-27 15:25:36 +08:00 |
|
test_scatter_func_op.py
|
add nested vmap testcases for ScatterUpdate
|
2022-06-10 11:07:54 +08:00 |
|
test_shape.py
|
modify DynamicShape to TensorShape
|
2022-03-07 14:19:12 +08:00 |
|
test_simplemean.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_simplemean_grad.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_softmax.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_sparseSoftmaxCrossEntropyWithLogits.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
|
test_sparse_attention.py
|
fixed sparse attention
|
2021-08-31 16:11:56 +08:00 |
|
test_sparse_softmax_cross_entropy_with_logits.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_sparse_softmax_cross_entropy_with_logits_grad.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_tdt_data_ms.py
|
[MD] Transform Unification - Phase 3: Update Smoke tests and remaining UTs
|
2022-05-31 16:14:32 -04:00 |
|
test_tensor_scatter_arithmetic.py
|
tensor scatter div vmap
|
2022-05-28 17:29:53 +08:00 |
|
test_unique_with_pad.py
|
sync aicpu ops to open from ms-incubator: UniqueWithPad, EditDistance, TransData
|
2020-10-26 16:48:52 +08:00 |