You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
xsmq 46f4c28fcf init 5 years ago
..
reduce_lib_tests init 5 years ago
__init__.py init 5 years ago
compare_profiling.py init 5 years ago
test_all.py init 5 years ago
test_fused_bn_double_follow_relu.py init 5 years ago
test_fused_bn_follow_relu.py init 5 years ago
test_fused_bn_follow_relu_avgpool.py init 5 years ago
test_fused_bn_reduce.py init 5 years ago
test_fused_bn_reduce_grad.py init 5 years ago
test_fused_bn_update.py init 5 years ago
test_fused_bn_update_grad.py init 5 years ago
test_fused_is_finite.py init 5 years ago
test_fused_l2loss_grad.py init 5 years ago
test_fused_mul_div_rsqrt_mul_isfinite_red.py init 5 years ago
test_fused_pad.py init 5 years ago
test_fused_pattern_grad.py init 5 years ago
test_fused_relu_grad.py init 5 years ago
test_fused_relu_grad_bn_double_reduce_grad.py init 5 years ago
test_fused_relu_grad_bn_double_update_grad.py init 5 years ago
test_fused_relu_grad_bn_reduce_grad.py init 5 years ago
test_fused_relu_grad_bn_update_grad.py init 5 years ago
test_ms_abs.py init 5 years ago
test_ms_add.py init 5 years ago
test_ms_addn.py init 5 years ago
test_ms_assign.py init 5 years ago
test_ms_batch_matmul.py init 5 years ago
test_ms_cast.py init 5 years ago
test_ms_divide.py init 5 years ago
test_ms_equal.py init 5 years ago
test_ms_exp.py init 5 years ago
test_ms_expand_dims.py init 5 years ago
test_ms_greater_equal.py init 5 years ago
test_ms_less_equal.py init 5 years ago
test_ms_log.py init 5 years ago
test_ms_maximum.py init 5 years ago
test_ms_minimum.py init 5 years ago
test_ms_mul.py init 5 years ago
test_ms_neg.py init 5 years ago
test_ms_one_hot.py init 5 years ago
test_ms_pow.py init 5 years ago
test_ms_reciprocal.py init 5 years ago
test_ms_reduce_max.py init 5 years ago
test_ms_reduce_min.py init 5 years ago
test_ms_reduce_sum.py init 5 years ago
test_ms_reshape.py init 5 years ago
test_ms_resize_nearest_neighbor_grad.py init 5 years ago
test_ms_round.py init 5 years ago
test_ms_rsqrt.py init 5 years ago
test_ms_select.py init 5 years ago
test_ms_sqrt.py init 5 years ago
test_ms_sub.py init 5 years ago
test_ms_tile.py init 5 years ago
test_ms_trans_data.py init 5 years ago

AKG(Auto Kernel Generator)对深度神经网络中的算子进行优化,并提供特定模式下的算子自动融合功能。AKG与MindSpore的图算融合功能协同工作,可提升在不同硬件后端上运行网络的性能。

Python C++ Text Cuda CMake other