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/v2/fluid/tests
whs 59bf85d914
Merge pull request #7325 from kuke/sequence_erase_op
7 years ago
..
book cpu gpu transform function (#7191) 7 years ago
book_distribute Test dist word2vec (#7334) 7 years ago
demo Feature/simple gan for api (#6149) 7 years ago
.gitignore Remove `main_program` and `startup_program` as the paramter of layer function (#6655) 7 years ago
CMakeLists.txt Change framework to fluid (#5637) 7 years ago
__init__.py Add ReorderLoDTensorByRank 7 years ago
decorators.py Update code 7 years ago
op_test.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_new_backward 7 years ago
test_accuracy_op.py Merge remote-tracking branch 'origin/develop' into feature/evaluator 7 years ago
test_activation_op.py fix errors 7 years ago
test_adadelta_op.py Change framework to fluid (#5637) 7 years ago
test_adagrad_op.py GPUPlace to CUDAPlace (#6960) 7 years ago
test_adam_op.py wip 7 years ago
test_adamax_op.py Change framework to fluid (#5637) 7 years ago
test_array_read_write_op.py pass test_machine_translation.py 7 years ago
test_assign_op.py Change framework to fluid (#5637) 7 years ago
test_auc_op.py Change framework to fluid (#5637) 7 years ago
test_batch_norm_op.py Make init device on all gpu by default (#7345) 7 years ago
test_beam_search_decode_op.py Feature/operator run place (#6783) 7 years ago
test_beam_search_op.py change data type of beam_search op (#7374) 7 years ago
test_bilinear_tensor_product_op.py Change framework to fluid (#5637) 7 years ago
test_calc_gradient.py Unittest for fluid.backward.calc_gradient() 7 years ago
test_cast_op.py Unify dtype and datatype (#5869) 7 years ago
test_chunk_eval_op.py Add ChunkEvaluator for multi-batches 7 years ago
test_clip_by_norm_op.py Change framework to fluid (#5637) 7 years ago
test_clip_op.py Change framework to fluid (#5637) 7 years ago
test_compare_op.py Adding greater than and less than equal ops to compare op (#5609) 7 years ago
test_concat_op.py Change framework to fluid (#5637) 7 years ago
test_cond_op.py Feature/operator run place (#6783) 7 years ago
test_conditional_block.py pass test_machine_translation.py 7 years ago
test_const_value.py complete const test 7 years ago
test_conv2d_op.py Feature/use cudnn (#7141) 7 years ago
test_conv2d_transpose_op.py add conv_trans unit test 7 years ago
test_conv3d_op.py Conv cudnn 3d (#5783) 7 years ago
test_conv3d_transpose_op.py add conv_trans unit test 7 years ago
test_conv_shift_op.py Change framework to fluid (#5637) 7 years ago
test_cos_sim_op.py Change framework to fluid (#5637) 7 years ago
test_create_op_doc_string.py Change framework to fluid (#5637) 7 years ago
test_crf_decoding_op.py add crf_decoding layer (#6274) 7 years ago
test_crop_op.py Change framework to fluid (#5637) 7 years ago
test_cross_entropy_op.py Change framework to fluid (#5637) 7 years ago
test_data_feeder.py Add DataFeeder (#6102) 7 years ago
test_decayed_adagrad_op.py Change framework to fluid (#5637) 7 years ago
test_default_scope_funcs.py Change framework to fluid (#5637) 7 years ago
test_detection_output_op.py add detection_output op 7 years ago
test_dropout_op.py Correct the dropout_op's computation in test 7 years ago
test_dyn_rnn.py add python wrap for sequence_first/last_step 7 years ago
test_dynrnn_gradient_check.py Comment debug code 7 years ago
test_edit_distance_op.py Remove unnecessary prefix in test name of edit_distance_op 7 years ago
test_elementwise_add_op.py Change framework to fluid (#5637) 7 years ago
test_elementwise_div_op.py Change framework to fluid (#5637) 7 years ago
test_elementwise_mul_op.py Change framework to fluid (#5637) 7 years ago
test_elementwise_sub_op.py Change framework to fluid (#5637) 7 years ago
test_exception.py Change framework to fluid (#5637) 7 years ago
test_executor_and_mul.py Feature/remove g program (#5930) 7 years ago
test_expand_op.py Change framework to fluid (#5637) 7 years ago
test_feed_fetch_method.py Change framework to fluid (#5637) 7 years ago
test_fill_constant_batch_size_like_op.py Change framework to fluid (#5637) 7 years ago
test_fill_constant_op.py Change framework to fluid (#5637) 7 years ago
test_fill_op.py Add fill_op (#6477) 7 years ago
test_fill_zeros_like_op.py fix_output_name 7 years ago
test_framework_debug_str.py Change framework to fluid (#5637) 7 years ago
test_ftrl_op.py Adding the FTRL optimizer. (#5785) 7 years ago
test_gather_op.py Change framework to fluid (#5637) 7 years ago
test_gaussian_random_op.py GPUPlace to CUDAPlace (#6960) 7 years ago
test_get_places_op.py Refine get_places 7 years ago
test_gru_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-H0-GRUOp-dev 7 years ago
test_gru_unit_op.py Fix calculations in gru_unit_op to be consistent with gru_op 7 years ago
test_hinge_loss_op.py Add hinge loss op (#5837) 7 years ago
test_huber_loss_op.py Change framework to fluid (#5637) 7 years ago
test_image_classification_layer.py Remove `main_program` and `startup_program` as the paramter of layer function (#6655) 7 years ago
test_infer_shape.py Change framework to fluid (#5637) 7 years ago
test_inference_model_io.py Remove `main_program` and `startup_program` as the paramter of layer function (#6655) 7 years ago
test_initializer.py "add init seed" (#6221) 7 years ago
test_is_empty_op.py Feature/operator run place (#6783) 7 years ago
test_l1_norm_op.py Change framework to fluid (#5637) 7 years ago
test_layers.py Refine get_places 7 years ago
test_linear_chain_crf_op.py 07/Label semantic roles (#5798) 7 years ago
test_lod_array_length_op.py "add asnumpy interface" (#5620) 7 years ago
test_lod_rank_table.py Feature/remove g program (#5930) 7 years ago
test_lod_reset_op.py Change framework to fluid (#5637) 7 years ago
test_lod_tensor_array.py Change framework to fluid (#5637) 7 years ago
test_lod_tensor_array_ops.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_new_backward 7 years ago
test_log_loss_op.py Adding log loss operator (#5854) 7 years ago
test_logical_op.py Adding logical operators for beam search and control flow (#5708) 7 years ago
test_lookup_table_op.py Change framework to fluid (#5637) 7 years ago
test_lrn_op.py Add LRN efficient GPU implement. (#5894) 7 years ago
test_lstm_op.py Change framework to fluid (#5637) 7 years ago
test_lstm_unit_op.py Change framework to fluid (#5637) 7 years ago
test_margin_rank_loss_op.py Change framework to fluid (#5637) 7 years ago
test_matmul_op.py Change framework to fluid (#5637) 7 years ago
test_maxout_op.py refine test_recognize_digits_mlp and format codes (#5937) 7 years ago
test_mean_op.py Change framework to fluid (#5637) 7 years ago
test_memory_optimization_transpiler.py add memory optimization transpiler (#7356) 7 years ago
test_minus_op.py Change framework to fluid (#5637) 7 years ago
test_mnist_if_else_op.py Remove `main_program` and `startup_program` as the paramter of layer function (#6655) 7 years ago
test_modified_huber_loss_op.py Change framework to fluid (#5637) 7 years ago
test_momentum_op.py Change framework to fluid (#5637) 7 years ago
test_mul_op.py Change framework to fluid (#5637) 7 years ago
test_multiplex_op.py Change framework to fluid (#5637) 7 years ago
test_nce.py Fix unitest. 7 years ago
test_net.py fix errors 7 years ago
test_norm_op.py modify for update from trunk 7 years ago
test_op_support_gpu.py Change framework to fluid (#5637) 7 years ago
test_operator.py export const value to python 7 years ago
test_operator_desc.py Feature/remove g program (#5930) 7 years ago
test_optimizer.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_new_backward 7 years ago
test_pad_op.py Change framework to fluid (#5637) 7 years ago
test_parallel_op.py [WIP] feature/parallel_gpu (#7293) 7 years ago
test_parameter.py Feature/remove g program (#5930) 7 years ago
test_pool2d_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d 7 years ago
test_pool3d_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d 7 years ago
test_pool_max_op.py fix unit test 7 years ago
test_positive_negative_pair_op.py Change framework to fluid (#5637) 7 years ago
test_precision_recall_op.py Change framework to fluid (#5637) 7 years ago
test_prelu_op.py Change framework to fluid (#5637) 7 years ago
test_profiler.py GPUPlace to CUDAPlace (#6960) 7 years ago
test_program.py export const value to python 7 years ago
test_protobuf.py Change framework to fluid (#5637) 7 years ago
test_protobuf_descs.py Unify dtype and datatype (#5869) 7 years ago
test_proximal_adagrad_op.py Change framework to fluid (#5637) 7 years ago
test_proximal_gd_op.py Change framework to fluid (#5637) 7 years ago
test_rank_loss_op.py Change framework to fluid (#5637) 7 years ago
test_recurrent_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_new_backward 7 years ago
test_reduce_op.py Enhance ReduceOp to support reducing over all elements 7 years ago
test_registry.py "add registry interface" (#6449) 7 years ago
test_regularizer.py pass test_machine_translation.py 7 years ago
test_reorder_lod_tensor.py Enhance reorder_lod_tensor_by_rank_op to support Tensor 7 years ago
test_reshape_op.py Add unit test for dimension inference in reshape_op 7 years ago
test_rmsprop_op.py Change framework to fluid (#5637) 7 years ago
test_rnn_memory_helper_op.py pass test_machine_translation.py 7 years ago
test_roi_pool_op.py refine test_recognize_digits_mlp and format codes (#5937) 7 years ago
test_row_conv_op.py Add row conv operator (#6013) 7 years ago
test_scale_op.py Change framework to fluid (#5637) 7 years ago
test_scatter_op.py Change framework to fluid (#5637) 7 years ago
test_scope.py Change framework to fluid (#5637) 7 years ago
test_selected_rows.py Change framework to fluid (#5637) 7 years ago
test_seq_concat_op.py Change framework to fluid (#5637) 7 years ago
test_seq_conv.py Change framework to fluid (#5637) 7 years ago
test_seq_pool.py Change framework to fluid (#5637) 7 years ago
test_sequence_erase_op.py Simplify calc in test_sequence_erase_op 7 years ago
test_sequence_expand.py Fix unitest 7 years ago
test_sequence_slice_op.py Merge branch 'develop' into softsign 7 years ago
test_sequence_softmax_op.py Port WarpCTC Operator (#5107) 7 years ago
test_sgd_op.py GPUPlace to CUDAPlace (#6960) 7 years ago
test_shrink_rnn_memory.py Inherit LoD from x to x_grad and enhance the unit test. 7 years ago
test_sigmoid_cross_entropy_with_logits_op.py Expose sigmoid_cross_entropy_with_logits (#6147) 7 years ago
test_sign_op.py Change framework to fluid (#5637) 7 years ago
test_smooth_l1_loss_op.py Change framework to fluid (#5637) 7 years ago
test_softmax_op.py Change softmax 7 years ago
test_softmax_with_cross_entropy_op.py Change framework to fluid (#5637) 7 years ago
test_split_and_merge_lod_tensor_op.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_new_backward 7 years ago
test_split_op.py Change framework to fluid (#5637) 7 years ago
test_spp_op.py add spp avg 7 years ago
test_squared_l2_distance_op.py Change framework to fluid (#5637) 7 years ago
test_squared_l2_norm_op.py Change framework to fluid (#5637) 7 years ago
test_sum_op.py Change framework to fluid (#5637) 7 years ago
test_tensor.py Change framework to fluid (#5637) 7 years ago
test_top_k_op.py Change framework to fluid (#5637) 7 years ago
test_transpose_op.py Change framework to fluid (#5637) 7 years ago
test_uniform_random_op.py GPUPlace to CUDAPlace (#6960) 7 years ago
test_unpool_op.py format code 7 years ago
test_variable.py Feature/remove g program (#5930) 7 years ago
test_warpctc_op.py Port WarpCTC Operator (#5107) 7 years ago
test_while_op.py pass test_machine_translation.py 7 years ago