.. |
__init__.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
conftest.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_add_relu_redistribution.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_allreduce_fusion.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_alltoall.py
|
clean pylint
|
2020-05-29 23:00:00 +08:00 |
test_arithmetic.py
|
delete unused arguments in test cases
|
2020-05-25 15:46:05 +08:00 |
test_auto_parallel_BN_PReLU.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_activation.py
|
add sigmoid op
|
2020-05-26 21:33:32 +08:00 |
test_auto_parallel_arithmetic.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_assign_sub_with_ref_key.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_cast.py
|
check cast from optimizer in auto-parallel
|
2020-06-22 09:10:22 +08:00 |
test_auto_parallel_common_parameter.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_auto_parallel_double_sources.py
|
add a new graph operation in autoparallel
|
2020-07-31 10:57:19 +08:00 |
test_auto_parallel_double_star.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_auto_parallel_double_subgraphs.py
|
add notice
|
2020-06-29 17:39:25 +08:00 |
test_auto_parallel_fc_nobias.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_auto_parallel_flag.py
|
clean pylint warnings
|
2020-05-30 11:35:00 +08:00 |
test_auto_parallel_four_matmul.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_inference.py
|
add notice
|
2020-06-29 17:39:25 +08:00 |
test_auto_parallel_l2normalize.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_auto_parallel_matmul_drop.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_auto_parallel_matmul_prelu.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_onehot.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_auto_parallel_parameter_cast.py
|
check cast from optimizer in auto-parallel
|
2020-06-22 09:10:22 +08:00 |
test_auto_parallel_partial_strategy.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_auto_parallel_reduce_method.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_reshape.py
|
fix reshape reshape case
|
2020-05-27 14:25:40 +08:00 |
test_auto_parallel_resnet.py
|
add resnet50 testcases for gpu
|
2020-07-27 15:22:30 +08:00 |
test_auto_parallel_rhombus.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_softmax_loss.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_transformer.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_transpose.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_auto_parallel_tuple_depend.py
|
check input of BatchNorm is 4D.
|
2020-07-18 14:53:11 +08:00 |
test_auto_parallel_two_bn.py
|
check input of BatchNorm is 4D.
|
2020-07-18 14:53:11 +08:00 |
test_auto_parallel_two_matmul.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_auto_parallel_two_partial_matmul.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_auto_parallel_zig_zag.py
|
clean pylint warnings of parallel test cases
|
2020-05-25 11:08:29 +08:00 |
test_auto_star_elimination.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_batch_matmul.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_batch_parallel.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_batch_parallel_dropout.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_batch_parallel_tensoradd.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_batchnorm_batch_parallel.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_bias_add.py
|
inject epoch ctrl op in the execution tree and send eos at the end of epoch
|
2020-07-20 13:02:47 +08:00 |
test_bn_prelu_cell.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_bool_grad.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_broadcast_dict.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_combined_tensor.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_comparison_function_info.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_concat.py
|
add concat op
|
2020-08-07 15:47:17 +08:00 |
test_dataset.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_dataset_interface.py
|
delete unused arguments in test cases
|
2020-05-25 15:46:05 +08:00 |
test_dataset_util.py
|
remove to_full_tensor and load_inputs in exexute stage
|
2020-08-14 11:40:27 +08:00 |
test_dense_matmul.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_different_type_for_div_op.py
|
delete unused arguments in test cases
|
2020-05-25 15:46:05 +08:00 |
test_dropout_do_mask.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_element_wise_function.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_embeddinglookup.py
|
add sparse api docs
|
2020-07-24 15:40:46 +08:00 |
test_expand_dims.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_forward_graph.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_full_batch.py
|
support load full dataset on each device
|
2020-06-11 19:48:06 +08:00 |
test_gather_v2.py
|
add_embedding_look_up
|
2020-07-13 22:00:55 +08:00 |
test_gather_v2_primitive.py
|
inject epoch ctrl op in the execution tree and send eos at the end of epoch
|
2020-07-20 13:02:47 +08:00 |
test_get_next.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_get_parameter_layout.py
|
update field split
|
2020-08-13 10:35:04 +08:00 |
test_gpu_dropout.py
|
add dropout distributed op
|
2020-08-05 14:07:24 +08:00 |
test_hybird_parallel_activation.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_initializer_weight_slice.py
|
init the slices of a Initialzer on different devices
|
2020-05-21 20:43:15 +08:00 |
test_l2normalize.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_layer_norm.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_linear.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_load_tensor.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_loop_two_matmul.py
|
remove unused variable
|
2020-05-25 19:59:28 +08:00 |
test_loss_and_optimizer.py
|
revert modification of opt
|
2020-08-04 10:09:21 +08:00 |
test_manual_embedding_lookup.py
|
update field split
|
2020-08-14 09:00:56 +08:00 |
test_manual_gatherv2.py
|
update field split
|
2020-08-13 10:35:04 +08:00 |
test_matmul_dropout.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_matmul_tensor.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_mix_precision_hybrid_parallel.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_neg.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_one_dev.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_one_hot_net.py
|
clean pylint warnings of parallel test cases
|
2020-05-25 11:08:29 +08:00 |
test_one_weight_parameter.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_onehot.py
|
delete unused arguments in test cases
|
2020-05-25 15:46:05 +08:00 |
test_operator_model_parallel.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_optimizer.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_optimizer_clone_weight.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_parallel_optimizer.py
|
fix optimizer parallel problems
|
2020-07-29 20:55:31 +08:00 |
test_parameter_init.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_prelu.py
|
clean pylint warnings of parallel test cases
|
2020-05-25 11:08:29 +08:00 |
test_prelu_cell.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_reduce_method_info.py
|
delete unused arguments in test cases
|
2020-05-25 15:46:05 +08:00 |
test_reshape.py
|
recover reshape ut
|
2020-07-22 14:30:12 +08:00 |
test_reshape_optimized.py
|
support reshape optimized
|
2020-05-28 16:05:36 +08:00 |
test_reshape_parameter.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_reshape_skip_redistribution.py
|
set reshape redistribution strategy attribute to no redistribution
|
2020-07-16 21:20:46 +08:00 |
test_scalar_loss.py
|
delete unused arguments in test cases
|
2020-05-25 15:46:05 +08:00 |
test_semi_auto_two_subgraphs.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_set_auto_parallel_context.py
|
enable optimizer parallel
|
2020-07-16 11:47:41 +08:00 |
test_sigmoid_cross_entropy_with_logits.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_softmax_cross_entropy_expand.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_softmax_cross_entropy_loss.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_sparse_feature_bprop.py
|
embeddinglookup wrap
|
2020-08-12 14:24:13 +08:00 |
test_sparse_gather_v2.py
|
add sparse api docs
|
2020-07-24 15:40:46 +08:00 |
test_split_grad_sens.py
|
delete unused arguments in test cases
|
2020-05-25 15:46:05 +08:00 |
test_square.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_squeeze_info.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_step_parallel.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_strategy_checkpoint.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_stridedslice.py
|
add strided slice op
|
2020-07-29 17:18:50 +08:00 |
test_sum_as_loss.py
|
delete unused arguments in test cases
|
2020-05-25 15:46:05 +08:00 |
test_tile.py
|
add tile op
|
2020-07-25 11:42:06 +08:00 |
test_train_and_eval.py
|
clean pylint
|
2020-05-22 13:23:13 +08:00 |
test_transpose.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_two_matmul.py
|
clean pylint
|
2020-05-29 23:00:00 +08:00 |
test_two_weights_parameter.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |
test_using_seed_for_initializer.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_virtual_dataset_3_input.py
|
fix pylint warnings
|
2020-05-22 14:54:36 +08:00 |