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
whs c8d6c1d09c
Auto generate python api for polygon_box_transform op. (#11074)
7 years ago
..
.gitignore WMT Model 7 years ago
CMakeLists.txt sppedup test_listen_and_serv_op 7 years ago
__init__.py move Fluid API code out of V2 API code 7 years ago
decorators.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
op_test.py Polish RandomCropOp 7 years ago
parallel_executor_test_base.py Extract tests from test_parallel_executor 7 years ago
test_accuracy_op.py move Fluid API code out of V2 API code 7 years ago
test_activation_mkldnn_op.py Commit 7 years ago
test_activation_op.py Merge remote-tracking branch 'origin/develop' into memory/activation_memory 7 years ago
test_adadelta_op.py move Fluid API code out of V2 API code 7 years ago
test_adagrad_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_adam_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_adamax_op.py move Fluid API code out of V2 API code 7 years ago
test_array_read_write_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_assign_op.py move Fluid API code out of V2 API code 7 years ago
test_assign_value_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_auc_op.py move Fluid API code out of V2 API code 7 years ago
test_batch_norm_mkldnn_op.py MKLDNN implementation of batch normalization (#9904) 7 years ago
test_batch_norm_op.py MKLDNN implementation of batch normalization (#9904) 7 years ago
test_beam_search_decode_op.py Added auto transform to beam_search_decode_op (#10286) 7 years ago
test_beam_search_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_bilinear_interp_op.py Make bilinear_interp_op support attrs from input. (#11041) 7 years ago
test_bilinear_tensor_product_op.py move Fluid API code out of V2 API code 7 years ago
test_bipartite_match_op.py Enhance bipartite_match_op to support argmax matching after bipartite matching. (#8580) 7 years ago
test_box_coder_op.py add normalize switch to box_coder_op (#11129) 7 years ago
test_calc_gradient.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_cast_op.py small fix 7 years ago
test_chunk_eval_op.py move Fluid API code out of V2 API code 7 years ago
test_clip_by_norm_op.py move Fluid API code out of V2 API code 7 years ago
test_clip_op.py move Fluid API code out of V2 API code 7 years ago
test_compare_op.py move Fluid API code out of V2 API code 7 years ago
test_concat_op.py add unit test 7 years ago
test_conditional_block.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_const_value.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_conv2d_mkldnn_op.py Commit 7 years ago
test_conv2d_op.py Commit 7 years ago
test_conv2d_transpose_op.py Enable multiple groups for cudnn conv transpose 7 years ago
test_conv3d_op.py add fp16 support to conv3d 7 years ago
test_conv3d_transpose_op.py Enable groups for conv3d transpose op 7 years ago
test_conv_shift_op.py move Fluid API code out of V2 API code 7 years ago
test_cos_sim_op.py move Fluid API code out of V2 API code 7 years ago
test_create_op_doc_string.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_crf_decoding_op.py move Fluid API code out of V2 API code 7 years ago
test_crop_op.py move Fluid API code out of V2 API code 7 years ago
test_cross_entropy_op.py move Fluid API code out of V2 API code 7 years ago
test_ctc_align.py move Fluid API code out of V2 API code 7 years ago
test_cumsum_op.py move Fluid API code out of V2 API code 7 years ago
test_debugger.py change name debuger to debugger (#10949) 7 years ago
test_decayed_adagrad_op.py move Fluid API code out of V2 API code 7 years ago
test_default_scope_funcs.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_detection_map_op.py Enhance detection_map_op and more check in prior_box API. (#10796) 7 years ago
test_dist_train.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_parallel_executor 7 years ago
test_dist_transpiler.py 1. import fluid to dist transpiler test 7 years ago
test_dropout_op.py address comments 7 years ago
test_dyn_rnn.py Make paddle.fluid no longer depends on paddle.v2 7 years ago
test_dynrnn_gradient_check.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_dynrnn_static_input.py Make paddle.fluid no longer depends on paddle.v2 7 years ago
test_edit_distance_op.py move Fluid API code out of V2 API code 7 years ago
test_elementwise_add_op.py rearrange test 7 years ago
test_elementwise_div_op.py move Fluid API code out of V2 API code 7 years ago
test_elementwise_gradient_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_elementwise_gradient 7 years ago
test_elementwise_max_op.py move Fluid API code out of V2 API code 7 years ago
test_elementwise_min_op.py move Fluid API code out of V2 API code 7 years ago
test_elementwise_mul_op.py move Fluid API code out of V2 API code 7 years ago
test_elementwise_pow_op.py move Fluid API code out of V2 API code 7 years ago
test_elementwise_sub_op.py move Fluid API code out of V2 API code 7 years ago
test_exception.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_executor_and_mul.py add executor.prepare (#9022) 7 years ago
test_expand_op.py move Fluid API code out of V2 API code 7 years ago
test_fake_dequantize_op.py Develop a fake dequantized op for fixed-point quantization training framework. (#10965) 7 years ago
test_fc_mkldnn_op.py Commit 7 years ago
test_feed_fetch_method.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_fetch_var.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_fill_constant_batch_size_like_op.py Fix fill_constant_batch_size_like_op when input is LoDTensor. (#10943) 7 years ago
test_fill_constant_op.py move Fluid API code out of V2 API code 7 years ago
test_fill_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_fill_zeros_like_op.py move Fluid API code out of V2 API code 7 years ago
test_framework_debug_str.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_ftrl_op.py move Fluid API code out of V2 API code 7 years ago
test_gather_op.py Add python wrapper for gather op. (#11033) 7 years ago
test_gaussian_random_batch_size_like_op.py move Fluid API code out of V2 API code 7 years ago
test_gaussian_random_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_get_places_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_gru_op.py move Fluid API code out of V2 API code 7 years ago
test_gru_unit_op.py move Fluid API code out of V2 API code 7 years ago
test_hinge_loss_op.py move Fluid API code out of V2 API code 7 years ago
test_huber_loss_op.py move Fluid API code out of V2 API code 7 years ago
test_im2sequence_op.py move Fluid API code out of V2 API code 7 years ago
test_image_classification_layer.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_infer_shape.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_inference_model_io.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_initializer.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_iou_similarity_op.py optimized iou_similarity_op (#10231) 7 years ago
test_is_empty_op.py Enhanced is_empty_op for our seq2seq model (#10704) 7 years ago
test_l1_norm_op.py move Fluid API code out of V2 API code 7 years ago
test_label_smooth_op.py move Fluid API code out of V2 API code 7 years ago
test_layer_norm_op.py remove net op and cond_op (#9663) 7 years ago
test_layers.py Auto generate python api for polygon_box_transform op. (#11074) 7 years ago
test_learning_rate_scheduler.py [Memory]More memory optimization policy (#8690) 7 years ago
test_linear_chain_crf_op.py move Fluid API code out of V2 API code 7 years ago
test_listen_and_serv_op.py update by comment 7 years ago
test_lod_array_length_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_lod_rank_table.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_lod_reset_op.py Enhanced cpp implementation and unit test. 7 years ago
test_lod_tensor_array.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_lod_tensor_array_ops.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_log_loss_op.py move Fluid API code out of V2 API code 7 years ago
test_logical_op.py move Fluid API code out of V2 API code 7 years ago
test_lookup_sparse_table_op.py fix unittest 7 years ago
test_lookup_table_op.py optimize test_lookup_table_op.py 7 years ago
test_lrn_mkldnn_op.py Commit 7 years ago
test_lrn_op.py Commit 7 years ago
test_lstm_op.py move Fluid API code out of V2 API code 7 years ago
test_lstm_unit_op.py move Fluid API code out of V2 API code 7 years ago
test_lstmp_op.py move Fluid API code out of V2 API code 7 years ago
test_margin_rank_loss_op.py move Fluid API code out of V2 API code 7 years ago
test_math_op_patch.py Correctly handling variable with batch dimension for math ops. 7 years ago
test_matmul_op.py Rewrite Matmul, make code cleaner 7 years ago
test_maxout_op.py move Fluid API code out of V2 API code 7 years ago
test_mean_op.py move Fluid API code out of V2 API code 7 years ago
test_memory_optimization_transpiler.py fix test_memory_optimization_transpiler.py 7 years ago
test_mine_hard_examples_op.py enhance reshape operator. 7 years ago
test_minus_op.py move Fluid API code out of V2 API code 7 years ago
test_modified_huber_loss_op.py move Fluid API code out of V2 API code 7 years ago
test_momentum_op.py move Fluid API code out of V2 API code 7 years ago
test_mul_op.py Withdraw mkldnn mul 7 years ago
test_multi_file_reader.py fix a bugs 7 years ago
test_multi_pass_reader.py Fix bugs 7 years ago
test_multiclass_nms_op.py move Fluid API code out of V2 API code 7 years ago
test_multihead_attention.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_multiplex_op.py move Fluid API code out of V2 API code 7 years ago
test_nce.py move Fluid API code out of V2 API code 7 years ago
test_network_with_dtype.py "fix dtype test in ci" (#10667) 7 years ago
test_norm_op.py move Fluid API code out of V2 API code 7 years ago
test_normalization_wrapper.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_nvprof.py move test_nvprof to new location 7 years ago
test_one_hot_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_op_support_gpu.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_operator.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_operator_desc.py Withdraw mkldnn mul 7 years ago
test_optimizer.py update test_optimizer 7 years ago
test_pad_op.py move Fluid API code out of V2 API code 7 years ago
test_parallel_executor_crf.py enable serial tests 7 years ago
test_parallel_executor_fetch_feed.py Extract tests from test_parallel_executor 7 years ago
test_parallel_executor_mnist.py Extract tests from test_parallel_executor 7 years ago
test_parallel_executor_seresnext.py Extract tests from test_parallel_executor 7 years ago
test_parallel_executor_test_while_train.py Extract tests from test_parallel_executor 7 years ago
test_parallel_executor_transformer.py Extract tests from test_parallel_executor 7 years ago
test_parallel_op.py Reproduce profiler failure on multi-gpu. 7 years ago
test_parameter.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_polygon_box_transform.py Polygon box transform op for OCR East detection. (#10802) 7 years ago
test_pool2d_mkldnn_op.py Commit 7 years ago
test_pool2d_op.py Merge pull request #9704 from lgone2000/fixunittest 7 years ago
test_pool3d_op.py add float16 support to pool3d 7 years ago
test_pool_max_op.py move Fluid API code out of V2 API code 7 years ago
test_positive_negative_pair_op.py move Fluid API code out of V2 API code 7 years ago
test_precision_recall_op.py move Fluid API code out of V2 API code 7 years ago
test_prelu_op.py move Fluid API code out of V2 API code 7 years ago
test_preprocessor.py add unit test and fix a bug 7 years ago
test_print_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_prior_box_op.py Add CUDA kernel for prior_box_op. (#9553) 7 years ago
test_profiler.py Better timeline 7 years ago
test_program.py delete backward.cc related code on the python side (#9854) 7 years ago
test_protobuf.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_protobuf_descs.py add remove_op, remove_var in Python end 7 years ago
test_proximal_adagrad_op.py move Fluid API code out of V2 API code 7 years ago
test_proximal_gd_op.py move Fluid API code out of V2 API code 7 years ago
test_random_crop_op.py fix errors 7 years ago
test_rank_loss_op.py move Fluid API code out of V2 API code 7 years ago
test_recordio_reader.py fix a bugs 7 years ago
test_recurrent_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_reduce_op.py Enhance reduce op (#10708) 7 years ago
test_registry.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_regularizer.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_reorder_lod_tensor.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_reshape_op.py Refine test_reshape_op 7 years ago
test_rmsprop_op.py move Fluid API code out of V2 API code 7 years ago
test_rnn_memory_helper_op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_roi_pool_op.py Modify RoI pooling op to use LoDTensor and expose it into Python API (#10208) 7 years ago
test_row_conv_op.py move Fluid API code out of V2 API code 7 years ago
test_scale_op.py move Fluid API code out of V2 API code 7 years ago
test_scatter_op.py "exported scatter to python" (#9038) 7 years ago
test_scope.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_selected_rows.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_seq_concat_op.py move Fluid API code out of V2 API code 7 years ago
test_seq_conv.py move Fluid API code out of V2 API code 7 years ago
test_seq_pool.py Speed/sequence op1 (#9217) 7 years ago
test_sequence_erase_op.py move Fluid API code out of V2 API code 7 years ago
test_sequence_expand.py "fix ci" 7 years ago
test_sequence_reshape.py move Fluid API code out of V2 API code 7 years ago
test_sequence_slice_op.py move Fluid API code out of V2 API code 7 years ago
test_sequence_softmax_op.py [Speed]implement cudnn sequence softmax cudnn (#8978) 7 years ago
test_sgd_op.py diable test of sparse_parameter_sgd on GPU 7 years ago
test_shape_op.py Add shape op to get the shape of variable. (#11048) 7 years ago
test_shrink_rnn_memory.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_sigmoid_cross_entropy_with_logits_op.py move Fluid API code out of V2 API code 7 years ago
test_sign_op.py move Fluid API code out of V2 API code 7 years ago
test_simple_dist_transpiler.py 1. change the variable name from align_var_to_block to slice_var_up 7 years ago
test_slice_var.py 1. update test_split_var: replace split with slice 7 years ago
test_smooth_l1_loss_op.py move Fluid API code out of V2 API code 7 years ago
test_softmax_op.py Add float16 support to non-cudnn softmax op on GPU (#9686) 7 years ago
test_softmax_with_cross_entropy_op.py Fix a critical bug in softmax_with_cross_entropy_op backward. (#9120) 7 years ago
test_split_and_merge_lod_tensor_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
test_split_ids_op.py add split ids op (#9370) 7 years ago
test_split_op.py fix ut 7 years ago
test_split_selected_rows_op.py Fix sparse update memory error for distributed training (#8837) 7 years ago
test_spp_op.py move Fluid API code out of V2 API code 7 years ago
test_squared_l2_distance_op.py move Fluid API code out of V2 API code 7 years ago
test_squared_l2_norm_op.py move Fluid API code out of V2 API code 7 years ago
test_sum_op.py move Fluid API code out of V2 API code 7 years ago
test_switch.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_target_assign_op.py enhance reshape operator. 7 years ago
test_tensor.py support empty tensor (#9338) 7 years ago
test_top_k_op.py move Fluid API code out of V2 API code 7 years ago
test_transpose_op.py move Fluid API code out of V2 API code 7 years ago
test_uniform_random_batch_size_like_op.py move Fluid API code out of V2 API code 7 years ago
test_uniform_random_op.py update by comment 7 years ago
test_unique_name.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_unpool_op.py move Fluid API code out of V2 API code 7 years ago
test_variable.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_warpctc_op.py enable serial tests 7 years ago
test_weight_normalization.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
test_while_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 7 years ago
transformer_model.py WMT Model 7 years ago
transpiler_test.py 1. Make a base unittest class for dist transpiler unittest 7 years ago