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
Kexin Zhao 55e714e0d2
add float16 support to pool3d
7 years ago
..
.gitignore WMT Model 7 years ago
CMakeLists.txt Merge pull request #9933 from typhoonzero/add_dist_unit_test 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 "fix ci" 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 resize test 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 Fix box coder op (#8647) 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 add unit test for input's size is 1x1 7 years ago
test_conv3d_op.py add fp16 support to conv3d 7 years ago
test_conv3d_transpose_op.py add unit test for input's size is 1x1 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 Fix debuger bugs. (#9705) 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 Fix bug in detection_output and mAP calculation in SSD. (#8985) 7 years ago
test_dist_train.py update by comment 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_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 move Fluid API code out of V2 API code 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 move Fluid API code out of V2 API code 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 replace paddle.v2.fluid by paddle.fluid in tests 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 Modify RoI pooling op to use LoDTensor and expose it into Python API (#10208) 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_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 move Fluid API code out of V2 API code 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 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator 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_mkldnn_op.py Initial implementation of multiplication operator for MKLDNN 7 years ago
test_mul_op.py Initial implementation of multiplication operator for MKLDNN 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_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 Initial implementation of multiplication operator for MKLDNN 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.py update sparse gradient parameter with reduce and broadcast 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_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_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_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 add product reduction for reduce_op 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_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_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_split_var.py replace paddle.v2.fluid by paddle.fluid in tests 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 move Fluid API code out of V2 API code 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