.. |
test_adam_fusion.py
|
Gpu Adam Fusion
|
5 years ago |
test_adam_op.py
|
add adam optimizer
|
5 years ago |
test_addn_op.py
|
clean pylint
|
5 years ago |
test_argmax_op.py
|
fix pylint check issues
|
5 years ago |
test_argmaxwithvalue_op.py
|
gpu add argmaxwithvalue
|
5 years ago |
test_assign_add_op.py
|
clean pylint
|
5 years ago |
test_assign_op.py
|
fix pylint check issues
|
5 years ago |
test_batch_matmul.py
|
Gpu Adam Fusion
|
5 years ago |
test_batchnorm_fold2_op.py
|
remove _quant_ops.py from __init__.py
|
5 years ago |
test_batchnorm_fold_grad_op.py
|
remove _quant_ops.py from __init__.py
|
5 years ago |
test_batchnorm_fold_op.py
|
remove _quant_ops.py from __init__.py
|
5 years ago |
test_batchnorm_op.py
|
fix pylint check issues
|
5 years ago |
test_binary_cross_entropy_op.py
|
add binary cross entropy
|
5 years ago |
test_boundingbox_decode_op.py
|
gpu ops code and test case.
|
5 years ago |
test_boundingbox_encode_op.py
|
gpu ops code and test case.
|
5 years ago |
test_broadcast_op.py
|
add int32 cal for less gpu
|
5 years ago |
test_broadcast_to_ops.py
|
gpu broadcast to
|
5 years ago |
test_cast_op.py
|
gpu update cast type
|
5 years ago |
test_categorical_op.py
|
add categorical
|
5 years ago |
test_check_valid_op.py
|
type support for faster rcnn gpu kernels
|
5 years ago |
test_concatv2_op.py
|
type support for faster rcnn gpu kernels
|
5 years ago |
test_conv2d_backprop_filter_op.py
|
fix pylint check issues
|
5 years ago |
test_conv2d_backprop_input_op.py
|
fix pylint check issues
|
5 years ago |
test_conv2d_op.py
|
gpu optimize the max device memory config
|
5 years ago |
test_correction_mul_grad_op.py
|
remove _quant_ops.py from __init__.py
|
5 years ago |
test_correction_mul_op.py
|
remove _quant_ops.py from __init__.py
|
5 years ago |
test_ctcloss_op.py
|
Gpu support ctcloss kernel
|
5 years ago |
test_cumsum_op.py
|
add gpu cumsum
|
5 years ago |
test_dense_op.py
|
add grad all in pynative mode
|
5 years ago |
test_div_op.py
|
Add GPU div kernel
|
5 years ago |
test_dropout.py
|
modify some bug and add test case for gpu dropout op
|
5 years ago |
test_equal_op.py
|
int16 uint8 bool supported akg ops
|
5 years ago |
test_equalcount_op.py
|
clean pylint
|
5 years ago |
test_exp_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |
test_fake_quant_perchannel.py
|
add fake quant test case for gpu
|
5 years ago |
test_fake_quant_perchannel_grad.py
|
add fake quant test case for gpu
|
5 years ago |
test_fake_quant_perlayer.py
|
add fake quant test case for gpu
|
5 years ago |
test_fake_quant_perlayer_grad.py
|
add fake quant test case for gpu
|
5 years ago |
test_flatten_grad_op.py
|
fix pylint check issues
|
5 years ago |
test_flatten_op.py
|
fix all nop node graph execute
|
5 years ago |
test_float_status_op.py
|
refine data copy in multi-graph
|
5 years ago |
test_floordiv_op.py
|
broadcast, slice, scatter_nd ops optimizer.
|
5 years ago |
test_ftrl_op.py
|
change ftrl operator st
|
5 years ago |
test_gather_op.py
|
fix pylint check issues
|
5 years ago |
test_gathernd_op.py
|
type support for faster rcnn gpu kernels
|
5 years ago |
test_gelu_grad_op.py
|
gpu Gelu kernel support fp16
|
5 years ago |
test_gelu_op.py
|
gpu Gelu kernel support fp16
|
5 years ago |
test_iou_op.py
|
add iou ops.
|
5 years ago |
test_kl_div_op.py
|
add KLDiv loss
|
5 years ago |
test_layer_norm_grad_op.py
|
gpu layernorm
|
5 years ago |
test_layer_norm_op.py
|
gpu layernorm
|
5 years ago |
test_lessequal_op.py
|
int16 uint8 bool supported akg ops
|
5 years ago |
test_log_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |
test_logical_op.py
|
fix pylint check issues
|
5 years ago |
test_logsoftmax_op.py
|
fix pylint check issues
|
5 years ago |
test_lstm_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
5 years ago |
test_maximum_op.py
|
Gpu Minimum & Maximum kernels support int32
|
5 years ago |
test_maxpool_gpu_op.py
|
clean pylint
|
5 years ago |
test_maxpool_grad_gpu_op.py
|
conv pooling pad support NHWC
|
5 years ago |
test_maxpool_with_argmax_gpu_op.py
|
add maxpool_with_argmax/grad cuda kernel
|
5 years ago |
test_maxpool_with_argmax_grad_gpu_op.py
|
add maxpool_with_argmax/grad cuda kernel
|
5 years ago |
test_minimum_op.py
|
Gpu Minimum & Maximum kernels support int32
|
5 years ago |
test_mirror_pad.py
|
commit 1 - mirror pad
|
5 years ago |
test_momentum_op.py
|
fix input value check for SparseApplyFtrl and SparseApplyAdagrad
|
5 years ago |
test_mul_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |
test_multinomial_op.py
|
fix multinomial
|
5 years ago |
test_neg_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |
test_nms_with_mask_op.py
|
nms_sorting fix
|
5 years ago |
test_normal.py
|
Add random normal op at MindSpore front-end
|
5 years ago |
test_one_hot_op.py
|
fix pylint check issues
|
5 years ago |
test_oneslike_op.py
|
add gpu oneslike kernel
|
5 years ago |
test_random_choice_with_mask.py
|
add fix to GPU-RandomChoiceWithMask (bitonicsort & testcase)
|
5 years ago |
test_realdiv_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |
test_reciprocal_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |
test_reduce_max_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |
test_reduce_mean_op.py
|
broadcast, slice, scatter_nd ops optimizer.
|
5 years ago |
test_reduce_min_op.py
|
add gpu cumsum
|
5 years ago |
test_reduce_sum_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |
test_relu6_grad_op.py
|
fix pylint check issues
|
5 years ago |
test_relu6_op.py
|
fix pylint check issues
|
5 years ago |
test_relu_grad_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
5 years ago |
test_relu_op.py
|
fix pylint check issues
|
5 years ago |
test_resize_nearest_neighbor_grad_op.py
|
fix ResizeNearestNeighbor & add util.cuh to support atomicadd for half
|
5 years ago |
test_resize_nearest_neighbor_op.py
|
add unit test for resizeNearestNeighbor gpu op
|
5 years ago |
test_rmsprop.py
|
Decouple ir::Tensor class from python
|
5 years ago |
test_roi_align_grad_half_op.py
|
suport half for roi align
|
5 years ago |
test_roi_align_grad_op.py
|
roi align grad v1
|
5 years ago |
test_roi_align_half_op.py
|
suport half for roi align
|
5 years ago |
test_roi_align_op.py
|
suport half for roi align
|
5 years ago |
test_scatter_nd.py
|
gpu ops code and test case.
|
5 years ago |
test_select_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
5 years ago |
test_sgd_op.py
|
gpu ops code and test case.
|
5 years ago |
test_sigmoid_cross_entropy_with_logits_grad_op.py
|
add SigmoidCrossEntropyWithLogitsGrad op
|
5 years ago |
test_sigmoid_cross_entropy_with_logits_op.py
|
add SigmoidCrossEntropyWithLogits op
|
5 years ago |
test_sigmoid_grad_op.py
|
add Sigmoid and SigmoidGrad operation of GPU
|
5 years ago |
test_sigmoid_op.py
|
add Sigmoid and SigmoidGrad operation of GPU
|
5 years ago |
test_slice.py
|
fix pylint check issues
|
5 years ago |
test_slice_grad.py
|
fix pylint check issues
|
5 years ago |
test_smoothl1loss_op.py
|
modified documentation and gpu kernel for smoothL1Loss
|
5 years ago |
test_softmax_cross_entropy_with_logits_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
5 years ago |
test_softmax_op.py
|
fix pylint check issues
|
5 years ago |
test_sparse_softmax_cross_entropy_with_logits_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
5 years ago |
test_split.py
|
add gpu split and restructure gpu concat
|
5 years ago |
test_sqrt_op.py
|
fix pylint check issues
|
5 years ago |
test_squeeze_op.py
|
int16 uint8 bool supported akg ops
|
5 years ago |
test_standard_normal.py
|
Fix minor errors in probabilistic programming
|
5 years ago |
test_stridedslice_grad_op.py
|
gpu stridedslice
|
5 years ago |
test_stridedslice_op.py
|
gpu stridedslice
|
5 years ago |
test_sub_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |
test_tanh_op.py
|
replace tanh implement with cudnn
|
5 years ago |
test_tensoradd.py
|
clean pylint
|
5 years ago |
test_tile_op.py
|
int16 uint8 bool supported akg ops
|
5 years ago |
test_topk_op.py
|
gpu support TopK kernel
|
5 years ago |
test_transpose_op.py
|
added type support for transpose and maxgrad
|
5 years ago |
test_uniform_real.py
|
Add random uniform real op at GPU end
|
5 years ago |
test_unsorted_segment_sum.py
|
fix pylint check issues
|
5 years ago |
test_zeroslike_op.py
|
change tensor dtype and shape from function to attr
|
5 years ago |