mindspore2022/tests/ut/cpp/parallel/ops_info
Xiaoda Zhang 0ac50a19f5 Model the memory cost in auto-parallel. It is calculated by the output of operators, plus the parameters. Additionally, modify the graph-operations in auto_parallel to include memory_cost. 2020-04-14 11:39:31 +08:00
..
activation_info_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
activation_test.cc Model the memory cost in auto-parallel. It is calculated by the output of operators, plus the parameters. Additionally, modify the graph-operations in auto_parallel to include memory_cost. 2020-04-14 11:39:31 +08:00
gelu_info_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
generate_strategy_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
get_next_info_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
l2_normalize_info_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
log_softmax_info_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
matmul_info_test.cc Model the memory cost in auto-parallel. It is calculated by the output of operators, plus the parameters. Additionally, modify the graph-operations in auto_parallel to include memory_cost. 2020-04-14 11:39:31 +08:00
onehot_info_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
onehot_info_test_axis_0.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
pow_info_test.cc Support pow's second input could be tensor and fix bug in bprop of pow 2020-04-11 16:16:58 +08:00
prelu_test.cc fix auto parallel prelu 2020-04-08 20:45:08 +08:00
reduce_method_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
reshape_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
softmax_entropy_loss_info_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
softmax_info_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
tanh_info_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
tensor_add_info_test.cc Model the memory cost in auto-parallel. It is calculated by the output of operators, plus the parameters. Additionally, modify the graph-operations in auto_parallel to include memory_cost. 2020-04-14 11:39:31 +08:00
tmpidentity_test.cc Model the memory cost in auto-parallel. It is calculated by the output of operators, plus the parameters. Additionally, modify the graph-operations in auto_parallel to include memory_cost. 2020-04-14 11:39:31 +08:00
transpose_test.cc use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00