.. |
test_adam_fusion.py
|
Gpu Adam Fusion
|
2020-06-23 20:40:45 +08:00 |
test_adam_op.py
|
add adam optimizer
|
2020-06-17 17:07:41 +08:00 |
test_addn_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_argmax_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_argmaxwithvalue_op.py
|
gpu add argmaxwithvalue
|
2020-06-14 14:51:06 +08:00 |
test_assign_add_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_assign_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_batch_matmul.py
|
Gpu Adam Fusion
|
2020-06-23 20:40:45 +08:00 |
test_batchnorm_fold2_op.py
|
remove _quant_ops.py from __init__.py
|
2020-06-18 19:26:22 +08:00 |
test_batchnorm_fold_grad_op.py
|
remove _quant_ops.py from __init__.py
|
2020-06-18 19:26:22 +08:00 |
test_batchnorm_fold_op.py
|
remove _quant_ops.py from __init__.py
|
2020-06-18 19:26:22 +08:00 |
test_batchnorm_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_broadcast_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_cast_op.py
|
check arg is tensor with vm backend
|
2020-06-11 12:19:43 +08:00 |
test_concatv2_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_conv2d_backprop_filter_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_conv2d_backprop_input_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_conv2d_op.py
|
gpu optimize the max device memory config
|
2020-06-17 16:29:05 +08:00 |
test_correction_mul_grad_op.py
|
remove _quant_ops.py from __init__.py
|
2020-06-18 19:26:22 +08:00 |
test_correction_mul_op.py
|
remove _quant_ops.py from __init__.py
|
2020-06-18 19:26:22 +08:00 |
test_ctcloss_op.py
|
Gpu support ctcloss kernel
|
2020-07-08 19:35:01 +08:00 |
test_dense_op.py
|
add grad all in pynative mode
|
2020-07-10 17:49:54 +08:00 |
test_equal_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_equalcount_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_exp_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_fake_quant_perchannel.py
|
add fake quant test case for gpu
|
2020-06-23 15:27:33 +08:00 |
test_fake_quant_perchannel_grad.py
|
add fake quant test case for gpu
|
2020-06-23 15:27:33 +08:00 |
test_fake_quant_perlayer.py
|
add fake quant test case for gpu
|
2020-06-23 15:27:33 +08:00 |
test_fake_quant_perlayer_grad.py
|
add fake quant test case for gpu
|
2020-06-23 15:27:33 +08:00 |
test_flatten_grad_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_flatten_op.py
|
fix all nop node graph execute
|
2020-06-18 15:56:38 +08:00 |
test_float_status_op.py
|
refine data copy in multi-graph
|
2020-05-27 18:47:15 +08:00 |
test_ftrl_op.py
|
change ftrl operator st
|
2020-06-20 09:24:10 +08:00 |
test_gather_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_gelu_grad_op.py
|
gpu Gelu kernel support fp16
|
2020-06-18 19:33:27 +08:00 |
test_gelu_op.py
|
gpu Gelu kernel support fp16
|
2020-06-18 19:33:27 +08:00 |
test_layer_norm_grad_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_layer_norm_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_lessequal_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_log_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_logical_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_logsoftmax_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_lstm_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
test_maximum_op.py
|
Gpu Minimum & Maximum kernels support int32
|
2020-06-19 17:11:04 +08:00 |
test_maxpool_gpu_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_maxpool_grad_gpu_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_minimum_op.py
|
Gpu Minimum & Maximum kernels support int32
|
2020-06-19 17:11:04 +08:00 |
test_momentum_op.py
|
fix input value check for SparseApplyFtrl and SparseApplyAdagrad
|
2020-06-17 13:05:09 +08:00 |
test_mul_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_neg_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_normal.py
|
Add random normal MindSpore interface
|
2020-07-14 11:19:12 -03:00 |
test_one_hot_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_realdiv_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_reciprocal_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_reduce_max_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_reduce_mean_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_reduce_sum_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_relu6_grad_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_relu6_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_relu_grad_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
test_relu_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_rmsprop.py
|
Decouple ir::Tensor class from python
|
2020-06-24 10:28:59 +08:00 |
test_select_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
test_sigmoid_cross_entropy_with_logits_grad_op.py
|
add SigmoidCrossEntropyWithLogitsGrad op
|
2020-06-17 19:33:27 +08:00 |
test_sigmoid_cross_entropy_with_logits_op.py
|
add SigmoidCrossEntropyWithLogits op
|
2020-06-17 17:00:26 +08:00 |
test_sigmoid_grad_op.py
|
add Sigmoid and SigmoidGrad operation of GPU
|
2020-06-18 15:42:58 +08:00 |
test_sigmoid_op.py
|
add Sigmoid and SigmoidGrad operation of GPU
|
2020-06-18 15:42:58 +08:00 |
test_slice.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_slice_grad.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_smoothl1loss_op.py
|
gpu support smoothl1loss
|
2020-07-09 20:30:00 +08:00 |
test_softmax_cross_entropy_with_logits_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
test_softmax_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_sparse_softmax_cross_entropy_with_logits_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
test_sqrt_op.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_stridedslice_grad_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_stridedslice_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_sub_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_tanh_op.py
|
replace tanh implement with cudnn
|
2020-06-17 16:35:27 +08:00 |
test_tensoradd.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_tile_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
test_transpose_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_unsorted_segment_sum.py
|
fix pylint check issues
|
2020-05-25 15:34:01 +08:00 |
test_zeroslike_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |