You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
|
6 years ago |
| .. |
|
activation_info_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
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.
|
6 years ago |
|
gelu_info_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
generate_strategy_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
get_next_info_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
l2_normalize_info_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
log_softmax_info_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
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.
|
6 years ago |
|
onehot_info_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
onehot_info_test_axis_0.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
pow_info_test.cc
|
Support pow's second input could be tensor and fix bug in bprop of pow
|
6 years ago |
|
prelu_test.cc
|
fix auto parallel prelu
|
6 years ago |
|
reduce_method_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
reshape_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
softmax_entropy_loss_info_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
softmax_info_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
tanh_info_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |
|
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.
|
6 years ago |
|
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.
|
6 years ago |
|
transpose_test.cc
|
use std::vector instead of std::list to promote performance for parallel module
|
6 years ago |