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.
Paddle/python/paddle/fluid/tests/unittests
lujun de605cc0fc
Merge pull request #16523 from junjun315/tensor_api
6 years ago
..
mkldnn Enable MKL-DNN INT8 Concat Kernel. (#16156) 6 years ago
ngraph Add softmax_with_cross_entropy_op to ngraph engine (#16304) 6 years ago
.gitignore follow comments 7 years ago
CMakeLists.txt Add DGC(Deep Gradient Compression) interface. (#15841) 6 years ago
__init__.py move Fluid API code out of V2 API code 7 years ago
benchmark.py Add print_function for all python files 7 years ago
benchmark_sum_op.py Add print_function for all python files 7 years ago
decorators.py Add print_function for all python files 7 years ago
dist_allreduce_op.py Collective ops (#15572) 6 years ago
dist_ctr.py fix dist_ctr getenv, test=develop 6 years ago
dist_ctr_reader.py fix cdn issue, test=develop (#16423) 6 years ago
dist_mnist.py Add DGC(Deep Gradient Compression) interface. (#15841) 6 years ago
dist_mnist_batch_merge.py [1.1] [project] train imagenet using large batch size (#13766) 6 years ago
dist_mnist_lars.py [1.1] [project] train imagenet using large batch size (#13766) 6 years ago
dist_save_load.py checkpoint at distributed training (#14854) 6 years ago
dist_se_resnext.py Add DGC(Deep Gradient Compression) interface. (#15841) 6 years ago
dist_simnet_bow.py checkpoint at distributed training (#14854) 6 years ago
dist_text_classification.py Add distributed unit tests about text_classification/simnet-bow/ctr (#12812) 6 years ago
dist_transformer.py Polish code 6 years ago
dist_word2vec.py Add distributed unit tests about text_classification/simnet-bow/ctr (#12812) 6 years ago
ir_memory_optimize_net_base.py fix default value. test=develop 6 years ago
op_test.py move imperative to dygraph, test=develop 6 years ago
parallel_executor_test_base.py Fuse Adam And SGD ops (#15933) 6 years ago
test_accuracy_op.py Fixrecordio (#16124) 6 years ago
test_activation_op.py Add the inverse trigonometric function 6 years ago
test_adadelta_op.py Add print_function for all python files 7 years ago
test_adagrad_op.py Add print_function for all python files 7 years ago
test_adam_op.py revert test_adam_op test=develop 6 years ago
test_adamax_op.py Add print_function for all python files 7 years ago
test_add_position_encoding_op.py position encoding && log loss 6 years ago
test_affine_channel_op.py Add affine channel op to speed and save memory for faster-rcnn model. (#13919) 6 years ago
test_affine_grid_op.py Add affine grid generator op (#12238) 6 years ago
test_alloc_continuous_space_op.py Fuse Adam And SGD ops (#15933) 6 years ago
test_anchor_generator_op.py Add print_function for all python files 7 years ago
test_arg_min_max_op.py Add print_function for all python files 7 years ago
test_argsort_op.py Add print_function for all python files 7 years ago
test_array_read_write_op.py Add print_function for all python files 7 years ago
test_assign_op.py Add print_function for all python files 7 years ago
test_assign_value_op.py Add print_function for all python files 7 years ago
test_async_executor.py AsyncExecutor (#14627) 6 years ago
test_attention_lstm_op.py Port new added code 7 years ago
test_auc_op.py fix unit test cases 6 years ago
test_base_layer.py move imperative to dygraph, test=develop 6 years ago
test_batch_norm_op.py Enable BatchNorm to use global mean and variane during training (#14630) 6 years ago
test_beam_search_decode_op.py Add print_function for all python files 7 years ago
test_beam_search_op.py Return parent_idx in beam_search op (#15520) 6 years ago
test_bilinear_interp_op.py test=develop 6 years ago
test_bilinear_tensor_product_op.py Add print_function for all python files 7 years ago
test_bipartite_match_op.py Add print_function for all python files 7 years ago
test_box_clip_op.py add gpu kernel for box clip, test=develop 6 years ago
test_box_coder_op.py speed up box coder in CPU, test=develop 6 years ago
test_box_decoder_and_assign_op.py refine doc, test=develop 6 years ago
test_bpr_loss_op.py fix label_pos ,add test_layers.py, test=develop 6 years ago
test_calc_gradient.py Add print_function for all python files 7 years ago
test_cast_op.py Add print_function for all python files 7 years ago
test_chunk_eval_op.py Add print_function for all python files 7 years ago
test_clip_by_norm_op.py Add unittest for clip_by_norm_op with SelectedRows 6 years ago
test_clip_op.py Add print_function for all python files 7 years ago
test_compare_op.py Add print_function for all python files 7 years ago
test_compat.py Add print_function for all python files 7 years ago
test_concat_op.py Add print_function for all python files 7 years ago
test_conditional_block.py Add print_function for all python files 7 years ago
test_const_value.py Add print_function for all python files 7 years ago
test_conv2d_fusion_op.py Enable basic MKL-DNN INT8 Conv OP (#15124) 6 years ago
test_conv2d_op.py Memory optimization of depthwise conv op and group norm op (#15313) 6 years ago
test_conv2d_transpose_op.py - conv2d transpose MKL-DNN 6 years ago
test_conv3d_op.py Fix the compile issue for cuda device (test=develop) 6 years ago
test_conv3d_transpose_op.py Add print_function for all python files 7 years ago
test_conv_shift_op.py Add print_function for all python files 7 years ago
test_cos_sim_op.py Add print_function for all python files 7 years ago
test_create_op_doc_string.py Add print_function for all python files 7 years ago
test_crf_decoding_op.py Add print_function for all python files 7 years ago
test_crop_op.py Add print_function for all python files 7 years ago
test_cross_entropy2_op.py fix numeric error 6 years ago
test_cross_entropy_op.py Add fp16 backward support (#14202) 6 years ago
test_ctc_align.py Add print_function for all python files 7 years ago
test_cumsum_op.py Add print_function for all python files 7 years ago
test_debugger.py Add print_function for all python files 7 years ago
test_decayed_adagrad_op.py Add print_function for all python files 7 years ago
test_decoupled_py_reader.py change API name 6 years ago
test_default_scope_funcs.py Add print_function for all python files 7 years ago
test_density_prior_box_op.py CUDA kernel for density_prior_box_op. (#14513) 6 years ago
test_desc_clone.py fix macunittest (#13434) 7 years ago
test_detection_map_op.py Revert "Revert "Merge pull request #13431 from chengduoZH/refine_lod"" 6 years ago
test_dgc_op.py Add DGC(Deep Gradient Compression) interface. (#15841) 6 years ago
test_dist_allreduce_op.py Collective ops (#15572) 6 years ago
test_dist_base.py Add DGC(Deep Gradient Compression) interface. (#15841) 6 years ago
test_dist_ctr.py merge test_dist_ctr_with_l2_decay.py into test_dist_ctr.py 6 years ago
test_dist_mnist.py Add DGC(Deep Gradient Compression) interface. (#15841) 6 years ago
test_dist_mnist_batch_merge.py [1.1] [project] train imagenet using large batch size (#13766) 6 years ago
test_dist_mnist_pg.py add parallel graph dist test (#16076) 6 years ago
test_dist_save_load.py Fix nparray.all() bug. (#16472) 6 years ago
test_dist_se_resnext.py Add DGC(Deep Gradient Compression) interface. (#15841) 6 years ago
test_dist_se_resnext_nccl.py add resnet nccl2 dist training, mp training unit test (#16167) 6 years ago
test_dist_simnet_bow.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation 6 years ago
test_dist_text_classification.py fix dist ut with place, test=develop (#13647) 6 years ago
test_dist_train.py remove kwargs in python api 6 years ago
test_dist_transformer.py fix cdn issue, test=develop (#16423) 6 years ago
test_dist_transpiler.py revert revert 16144 6 years ago
test_dist_word2vec.py Add distributed unit tests about text_classification/simnet-bow/ctr (#12812) 6 years ago
test_distribute_fpn_proposals_op.py add distribute fpn proposals op, test=develop 6 years ago
test_dropout_op.py modify dropout att; test=develop 6 years ago
test_dyn_rnn.py refine tensor_array_write_read (#14643) 6 years ago
test_dynrnn_gradient_check.py Add print_function for all python files 7 years ago
test_dynrnn_static_input.py Add print_function for all python files 7 years ago
test_eager_deletion_delete_vars.py fix some op grad maker 6 years ago
test_eager_deletion_dynamic_rnn_base.py fix some op grad maker 6 years ago
test_eager_deletion_gru_net.py fix some op grad maker 6 years ago
test_eager_deletion_lstm_net.py fix some op grad maker 6 years ago
test_eager_deletion_mnist.py fix env variable settting bug 6 years ago
test_eager_deletion_transformer.py fix env variable settting bug 6 years ago
test_eager_deletion_while_op.py fix some op grad maker 6 years ago
test_edit_distance_op.py Add print_function for all python files 7 years ago
test_elementwise_add_op.py MKLDNN elementwise_mul: Revert changes to eltwise_add tests 6 years ago
test_elementwise_div_op.py Fp16 training (#14992) 6 years ago
test_elementwise_floordiv_op.py fix time; test=develop 6 years ago
test_elementwise_gradient_op.py Add print_function for all python files 7 years ago
test_elementwise_max_op.py Add print_function for all python files 7 years ago
test_elementwise_min_op.py Add print_function for all python files 7 years ago
test_elementwise_mod_op.py fix time; test=develop 6 years ago
test_elementwise_mul_op.py Fp16 training (#14992) 6 years ago
test_elementwise_pow_op.py Add print_function for all python files 7 years ago
test_elementwise_sub_op.py Add print_function for all python files 7 years ago
test_exception.py Add print_function for all python files 7 years ago
test_executor_and_mul.py Add print_function for all python files 7 years ago
test_expand_op.py refine unittest, test=develop 6 years ago
test_fake_dequantize_op.py add channel wise quantization in ir pass. 6 years ago
test_fake_init_op.py add test_fake_init_op 6 years ago
test_fake_quantize_op.py add channel wise quantization in ir pass. 6 years ago
test_fc_op.py refine fc and use the fc compute in fusion_lstm 7 years ago
test_feed_fetch_method.py Add print_function for all python files 7 years ago
test_fetch_var.py Add print_function for all python files 7 years ago
test_fill_constant_batch_size_like_op.py Add print_function for all python files 7 years ago
test_fill_constant_op.py add gpu place 7 years ago
test_fill_op.py Add print_function for all python files 7 years ago
test_fill_zeros_like_op.py Fp16 training (#14992) 6 years ago
test_flatten_op.py Refine reshape_grad and transpose_grad (#13074) 7 years ago
test_framework_debug_str.py Add print_function for all python files 7 years ago
test_fsp_op.py Make unitest of fsp op faster and more stable. (#16502) 6 years ago
test_ftrl_op.py Add print_function for all python files 7 years ago
test_fuse_all_reduce_pass.py Fuse AllReduce (#15921) 6 years ago
test_fuse_elewise_add_act_pass.py add IfElse test case for ir memory optimize (#15998) 6 years ago
test_fuse_optimizer_pass.py Fuse Adam And SGD ops (#15933) 6 years ago
test_fuse_relu_depthwise_conv_pass.py Memory optimization of depthwise conv op and group norm op (#15313) 6 years ago
test_fused_elemwise_activation_op.py Feature/op_fuse_pass (#12440) 6 years ago
test_fused_emb_seq_pool_op.py Add unittest 6 years ago
test_fused_embedding_fc_lstm_op.py - Added file for fused_embedded_fc_lstm_op unit test 6 years ago
test_fusion_gru_op.py optimize fusion gru kernel at size 8 6 years ago
test_fusion_lstm_op.py refine seq when bs is large 7 years ago
test_fusion_repeated_fc_relu_op.py add repeated fc relu unit test 6 years ago
test_fusion_seqconv_eltadd_relu_op.py refine and add seqconv elementwiseadd relu op test 6 years ago
test_fusion_seqexpand_concat_fc_op.py fix typo and op test 7 years ago
test_fusion_seqpool_concat_op.py add seqpool concat unit test 6 years ago
test_fusion_squared_mat_sub_op.py fix fuse square mat order and refine test 6 years ago
test_fusion_transpose_flatten_concat_op.py Transpose-Flatten-Concat fusion operator. (#14568) 6 years ago
test_gather_op.py Add print_function for all python files 7 years ago
test_gaussian_random_batch_size_like_op.py Add print_function for all python files 7 years ago
test_gaussian_random_op.py Add print_function for all python files 7 years ago
test_generate_mask_labels_op.py Add generate_mask_labels_op to support Mask-RCNN and refine some code. (#15371) 6 years ago
test_generate_proposal_labels_op.py Add generate_mask_labels_op to support Mask-RCNN and refine some code. (#15371) 6 years ago
test_generate_proposals_op.py Add generate_mask_labels_op to support Mask-RCNN and refine some code. (#15371) 6 years ago
test_get_places_op.py Add print_function for all python files 7 years ago
test_get_tensor_from_selected_rows_op.py Refine merge_selected_rows Doc (#14748) 6 years ago
test_gradient_clip.py Enable test_gradient_clip in mac (#14765) 6 years ago
test_grid_sampler_op.py fix some inappropriate expressions in api doc for grid_sampler. test=develop 6 years ago
test_group_norm_op.py Group Norm (#13843) 6 years ago
test_gru_op.py move imperative to dygraph, test=develop 6 years ago
test_gru_unit_op.py complete gru_unite_op and test 6 years ago
test_hash_op.py Implement the unittest for hash op 6 years ago
test_hinge_loss_op.py Add print_function for all python files 7 years ago
test_hsigmoid_op.py test=develop, remove sparse bias and add prefetch and related tests 6 years ago
test_hsigmoid_remote_table_op.py test=develop, fix gpu compile error on prefetch, and fix hs/nce ut failed on gpu 6 years ago
test_huber_loss_op.py Add print_function for all python files 7 years ago
test_im2sequence_op.py Add print_function for all python files 7 years ago
test_image_classification_layer.py Add print_function for all python files 7 years ago
test_imperative_base.py Align the first batch of gpu resnet 6 years ago
test_imperative_basic.py move imperative to dygraph, test=develop 6 years ago
test_imperative_checkpoint.py move imperative to dygraph, test=develop 6 years ago
test_imperative_deepcf.py move imperative to dygraph, test=develop 6 years ago
test_imperative_gan.py move imperative to dygraph, test=develop 6 years ago
test_imperative_gnn.py move imperative to dygraph, test=develop 6 years ago
test_imperative_optimizer.py move imperative to dygraph, test=develop 6 years ago
test_imperative_ptb_rnn.py move imperative to dygraph, test=develop 6 years ago
test_imperative_resnet.py move imperative to dygraph, test=develop 6 years ago
test_imperative_transformer.py move imperative to dygraph, test=develop 6 years ago
test_infer_shape.py Fix expand op incorrect infer shape 6 years ago
test_inference_model_io.py Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass 6 years ago
test_initializer.py update TestNumpyArrayInitializer test=develop 6 years ago
test_install_check.py Feature/install check (#16044) 6 years ago
test_iou_similarity_op.py Add print_function for all python files 7 years ago
test_ir_graph.py Add python ir graph API (#14917) 6 years ago
test_ir_inplace_pass.py rerun windows ci. test=develop 6 years ago
test_ir_memory_optimize_ifelse_op.py add IfElse test case for ir memory optimize (#15998) 6 years ago
test_ir_memory_optimize_nlp.py fix default value. test=develop 6 years ago
test_ir_memory_optimize_pass.py add ir memory optimize. (#14530) 6 years ago
test_ir_memory_optimize_transformer.py fix default value. test=develop 6 years ago
test_is_empty_op.py Add print_function for all python files 7 years ago
test_isfinite_op.py enhance isinf/isnan in tensor util, avoid copy back to cpu (#12688) 6 years ago
test_l1_norm_op.py Add print_function for all python files 7 years ago
test_label_smooth_op.py Add print_function for all python files 7 years ago
test_layer_norm_op.py Add print_function for all python files 7 years ago
test_layers.py move imperative to dygraph, test=develop 6 years ago
test_learning_rate_scheduler.py add cosine decay op, test=develop 6 years ago
test_linear_chain_crf_op.py Add print_function for all python files 7 years ago
test_listen_and_serv_op.py add test pserver run empty block into test_listen_and_serv_op 6 years ago
test_lod_array_length_op.py Add print_function for all python files 7 years ago
test_lod_rank_table.py Add print_function for all python files 7 years ago
test_lod_reset_op.py Add print_function for all python files 7 years ago
test_lod_tensor_array.py Add print_function for all python files 7 years ago
test_lod_tensor_array_ops.py Add print_function for all python files 7 years ago
test_log_loss_op.py Add print_function for all python files 7 years ago
test_logical_op.py Add print_function for all python files 7 years ago
test_lookup_remote_table_op.py add PADDLE_ENABLE_REMOTE_PREFETCH to enable remote prefetch 6 years ago
test_lookup_sparse_table_op.py add test_lookup_sparse_table_op 6 years ago
test_lookup_table_op.py Add print_function for all python files 7 years ago
test_lrn_op.py Add print_function for all python files 7 years ago
test_lstm_cudnn_op.py add grad test unit; test=develop 6 years ago
test_lstm_op.py Add print_function for all python files 7 years ago
test_lstm_unit_op.py Add print_function for all python files 7 years ago
test_lstmp_op.py refine code 6 years ago
test_margin_rank_loss_op.py Add print_function for all python files 7 years ago
test_math_op_patch.py Add print_function for all python files 7 years ago
test_matmul_op.py Add print_function for all python files 7 years ago
test_maxout_op.py Add print_function for all python files 7 years ago
test_mean_iou.py Add print_function for all python files 7 years ago
test_mean_op.py Add fp16 backward support (#14202) 6 years ago
test_memory_optimization_transpiler.py fix memory opt skip set by name (#14774) 6 years ago
test_memory_usage.py Add print_function for all python files 7 years ago
test_merge_ids_op.py submit by tangwei12, test=develop 6 years ago
test_merge_selectedrows_op.py Refine merge_selected_rows Doc (#14748) 6 years ago
test_metrics.py Follow comments. 6 years ago
test_mine_hard_examples_op.py Add print_function for all python files 7 years ago
test_minus_op.py Add print_function for all python files 7 years ago
test_modified_huber_loss_op.py Add print_function for all python files 7 years ago
test_momentum_op.py Fp16 training (#14992) 6 years ago
test_mul_op.py Add fp16 backward support (#14202) 6 years ago
test_multi_file_reader.py Add print_function for all python files 7 years ago
test_multi_pass_reader.py Hide RecordIO Reader 7 years ago
test_multiclass_nms_op.py fix nms unittest in py36, test=develop 6 years ago
test_multihead_attention.py Add print_function for all python files 7 years ago
test_multiplex_op.py Add print_function for all python files 7 years ago
test_name_scope.py allow to use name_scope for debugging and visiualization 7 years ago
test_nce.py fix unit test cases 6 years ago
test_nce_remote_table_op.py Fix nparray.all() bug. (#16472) 6 years ago
test_nearest_interp_op.py test=develop 6 years ago
test_network_with_dtype.py Add print_function for all python files 7 years ago
test_norm_op.py Implement norm_op by CUDA instead of Eigen. (#13273) 7 years ago
test_normalization_wrapper.py Add print_function for all python files 7 years ago
test_npair_loss_op.py test=develop, change testfile 6 years ago
test_nvprof.py Add print_function for all python files 7 years ago
test_one_hot_op.py Add print_function for all python files 7 years ago
test_op_support_gpu.py Add print_function for all python files 7 years ago
test_operator.py Add print_function for all python files 7 years ago
test_operator_desc.py fix the test case test=develop 6 years ago
test_optimizer.py add initial_accumulator_value for adagrad 6 years ago
test_pad2d_op.py Make pad2d support for variable paddings. (#14667) 6 years ago
test_pad_constant_like.py Add pad_constant_like_op (#12943) 7 years ago
test_pad_op.py Add print_function for all python files 7 years ago
test_parallel_executor_crf.py Fuse Adam And SGD ops (#15933) 6 years ago
test_parallel_executor_dry_run.py Fuse Adam And SGD ops (#15933) 6 years ago
test_parallel_executor_fetch_feed.py add IfElse test case for ir memory optimize (#15998) 6 years ago
test_parallel_executor_mnist.py fix some failed unittest 6 years ago
test_parallel_executor_pg.py refine pg execution 6 years ago
test_parallel_executor_seresnext.py Add unit test for fuse all reduce (#16354) 6 years ago
test_parallel_executor_test_while_train.py add comments 6 years ago
test_parallel_executor_transformer.py test=develop 6 years ago
test_parameter.py Add print_function for all python files 7 years ago
test_partial_eager_deletion_transformer.py fix some op grad maker 6 years ago
test_pass_builder.py add IfElse test case for ir memory optimize (#15998) 6 years ago
test_peak_gpumem_monitor.py expose peak gpu memory API to python test=develop (#15529) 6 years ago
test_polygon_box_transform.py Ocr end2end dev (#13889) 6 years ago
test_pool2d_op.py Enable INT8 pool OP (#15046) 6 years ago
test_pool3d_op.py add adaptive pool 2d & 3d. test=develop 6 years ago
test_pool_max_op.py add adaptive pool 2d & 3d. test=develop 6 years ago
test_positive_negative_pair_op.py Add print_function for all python files 7 years ago
test_precision_recall_op.py Add print_function for all python files 7 years ago
test_prelu_op.py Port dist_transpiler to Python3.5 7 years ago
test_preprocessor.py Hide RecordIO Reader 7 years ago
test_print_op.py Polish PrintOp (#12895) 7 years ago
test_prior_box_op.py Add print_function for all python files 7 years ago
test_profiler.py Profiler refine and add CUDA runtime api tracer (#15301) 6 years ago
test_program.py To support full model saving. 7 years ago
test_program_code.py remove kwargs in python api 6 years ago
test_protobuf.py Add print_function for all python files 7 years ago
test_protobuf_descs.py hide operator API (#12543) 6 years ago
test_proximal_adagrad_op.py Add print_function for all python files 7 years ago
test_proximal_gd_op.py Add print_function for all python files 7 years ago
test_psroi_pool_op.py this is for psroi_pool op, test=develop (#14796) 6 years ago
test_py_func_op.py add IfElse test case for ir memory optimize (#15998) 6 years ago
test_py_reader_lod_level_share.py fix lod_level share bug in read_op 6 years ago
test_py_reader_pin_memory.py enable pyreader use pin memory (#14066) 6 years ago
test_py_reader_push_pop.py Add print_function for all python files 7 years ago
test_py_reader_sample_generator.py change API name 6 years ago
test_py_reader_using_executor.py convert all tests to new CompiledProgram API 6 years ago
test_random_crop_op.py Fixrecordio (#16124) 6 years ago
test_range.py [Operator] Add range op. (#15431) 6 years ago
test_rank_loss_op.py Add print_function for all python files 7 years ago
test_reader_reset.py convert all tests to new CompiledProgram API 6 years ago
test_recordio_reader.py Hide RecordIO Reader 7 years ago
test_recurrent_op.py Add print_function for all python files 7 years ago
test_reduce_op.py Fix bug in reduce_op caused by PR #13534 (#13748) 6 years ago
test_ref_by_trainer_id_op.py feature/DC asgd (#12722) 6 years ago
test_registry.py Add print_function for all python files 7 years ago
test_regularizer.py Add L2 unit test (#14792) 6 years ago
test_reorder_lod_tensor.py add seqpool concat unit test 6 years ago
test_reshape_op.py Feature/op_fuse_pass (#12440) 6 years ago
test_reverse_op.py Add print_function for all python files 7 years ago
test_rmsprop_op.py test=develop 6 years ago
test_rnn_memory_helper_op.py Add print_function for all python files 7 years ago
test_roi_align_op.py fix some op grad maker 6 years ago
test_roi_perspective_transform_op.py Add roi perspective transform op. (#13176) 6 years ago
test_roi_pool_op.py Refine and fix some code for faster-rcnn. (#13135) 7 years ago
test_row_conv_op.py Add print_function for all python files 7 years ago
test_rpn_target_assign_op.py refine code 6 years ago
test_sampling_id_op.py fix codestyle 7 years ago
test_scale_op.py Add fp16 backward support (#14202) 6 years ago
test_scatter_op.py Add print_function for all python files 7 years ago
test_scope.py Add print_function for all python files 7 years ago
test_selected_rows.py Add print_function for all python files 7 years ago
test_selu_op.py Add selu (#14415) 6 years ago
test_seq_conv.py refine and add seqconv elementwiseadd relu op test 6 years ago
test_seq_pool.py add seqpool concat unit test 6 years ago
test_sequence_concat.py refine seq_concat 7 years ago
test_sequence_enumerate_op.py doc: refine English description 7 years ago
test_sequence_erase_op.py Make sequence_erase op support for input with multi-level LoD. (#15982) 6 years ago
test_sequence_expand.py Add check of input in sequence_expand op. (#15466) 6 years ago
test_sequence_expand_as.py Add sequence_expand_as_op (#13420) 7 years ago
test_sequence_mask.py add support to max_len is None 7 years ago
test_sequence_pad_op.py Fix unitttest in sequence_pad_op 7 years ago
test_sequence_reshape.py Add print_function for all python files 7 years ago
test_sequence_reverse.py test=develop 6 years ago
test_sequence_scatter_op.py [WIP]Sequence Scatter Op (#12625) 7 years ago
test_sequence_slice_op.py Add print_function for all python files 7 years ago
test_sequence_softmax_op.py Add print_function for all python files 7 years ago
test_sequence_unpad_op.py Add sequence unpad op 6 years ago
test_sgd_op.py add sgd jitcode and op test 6 years ago
test_shape_op.py Add print_function for all python files 7 years ago
test_shrink_rnn_memory.py Add print_function for all python files 7 years ago
test_shuffle_channel_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel 6 years ago
test_sigmoid_cross_entropy_with_logits_op.py Add generate_mask_labels_op to support Mask-RCNN and refine some code. (#15371) 6 years ago
test_sign_op.py Add print_function for all python files 7 years ago
test_similarity_focus_op.py submit again test=develop 6 years ago
test_slice_op.py Fix the bug in fp16 backward kernel (#16269) 6 years ago
test_slice_var.py better handle var type inference 6 years ago
test_smooth_l1_loss_op.py Add print_function for all python files 7 years ago
test_softmax_op.py Add UTs to check whether primitives for activations and softmax already exist in backward 6 years ago
test_softmax_with_cross_entropy_op.py [Feature] support mix precision training for resnet (#14899) 6 years ago
test_space_to_depth_op.py test=develop 6 years ago
test_spectral_norm_op.py fix spectral_norm doc. test=develop 6 years ago
test_split_and_merge_lod_tensor_op.py Add print_function for all python files 7 years ago
test_split_ids_op.py submit by tangwei12, test=develop 6 years ago
test_split_op.py Add print_function for all python files 7 years ago
test_split_selected_rows_op.py test zero output of split_selected_rows_op 6 years ago
test_spp_op.py Add print_function for all python files 7 years ago
test_squared_l2_distance_op.py Add print_function for all python files 7 years ago
test_squared_l2_norm_op.py Add print_function for all python files 7 years ago
test_squeeze_op.py Refine reshape_grad and transpose_grad (#13074) 7 years ago
test_stack_op.py add stack_op 7 years ago
test_sum_op.py Fix input<tensor> (#14208) 6 years ago
test_switch.py Add print_function for all python files 7 years ago
test_sync_batch_norm_op.py Support sync batch norm. (#16121) 6 years ago
test_target_assign_op.py Add print_function for all python files 7 years ago
test_teacher_student_sigmoid_loss_op.py remove some comments & refine doc & put template class in .h 6 years ago
test_tensor.py Tensor index (#16223) 6 years ago
test_tensor_array_to_tensor.py Add lod tensor array to tensor op (#13990) 6 years ago
test_top_k_op.py Make topk op support variable k. (#15044) 6 years ago
test_transpose_op.py - Added transpose/transpose2 MKLDNN grad ops 6 years ago
test_tree_conv_op.py Tree conv op (#15217) 6 years ago
test_truncated_gaussian_random_op.py Add truncated gaussian initializer. (#13000) 7 years ago
test_uniform_random_batch_size_like_op.py Add print_function for all python files 7 years ago
test_uniform_random_op.py Add print_function for all python files 7 years ago
test_unique_name.py Add print_function for all python files 7 years ago
test_unpool_op.py Add print_function for all python files 7 years ago
test_unsqueeze_op.py Refine reshape_grad and transpose_grad (#13074) 7 years ago
test_unstack_op.py add unstack_op 7 years ago
test_variable.py move imperative to dygraph, test=develop 6 years ago
test_version.py Add print_function for all python files 7 years ago
test_warpctc_op.py Add cudnn ctc loss (#12366) 6 years ago
test_weight_decay.py convert all tests to new CompiledProgram API 6 years ago
test_weight_normalization.py Add print_function for all python files 7 years ago
test_while_op.py add nest while_op 7 years ago
test_yolo_box_op.py use memory Copy. test=develop 6 years ago
test_yolov3_loss_op.py use memory Copy. test=develop 6 years ago
testsuite.py remove test temporal 6 years ago
transformer_model.py test=develop 6 years ago