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
Yiqun Liu 1185a1b5ab
Add C++ inference unittest of recommender system (#8227)
7 years ago
..
book Add C++ inference unittest of recommender system (#8227) 7 years ago
book_distribute
book_memory_optimization fix CI hung 7 years ago
demo
.gitignore
CMakeLists.txt
__init__.py
decorators.py
op_test.py
test_accuracy_op.py
test_activation_op.py
test_adadelta_op.py
test_adagrad_op.py
test_adam_op.py
test_adamax_op.py
test_array_read_write_op.py
test_assign_op.py
test_assign_value_op.py
test_auc_op.py
test_batch_norm_op.py
test_beam_search_decode_op.py
test_beam_search_op.py
test_bilinear_tensor_product_op.py
test_bipartite_match_op.py
test_box_coder_op.py
test_calc_gradient.py
test_cast_op.py
test_chunk_eval_op.py
test_clip_by_norm_op.py
test_clip_op.py
test_compare_op.py
test_concat_op.py
test_cond_op.py
test_conditional_block.py
test_const_value.py
test_conv2d_op.py rename op to depthwise_conv2d, more efficient 7 years ago
test_conv2d_transpose_op.py
test_conv3d_op.py
test_conv3d_transpose_op.py
test_conv_shift_op.py
test_cos_sim_op.py
test_cpp_reader.py refine error msg and add unittest for cpp reader 7 years ago
test_create_op_doc_string.py
test_crf_decoding_op.py
test_crop_op.py
test_cross_entropy_op.py
test_ctc_align.py Fix empty output tensor and add an unitest case 7 years ago
test_data_feeder.py
test_decayed_adagrad_op.py
test_default_scope_funcs.py
test_detection_output_op.py
test_dropout_op.py
test_dyn_rnn.py
test_dynrnn_gradient_check.py
test_dynrnn_static_input.py
test_edit_distance_op.py
test_elementwise_add_op.py
test_elementwise_div_op.py
test_elementwise_max_op.py
test_elementwise_min_op.py
test_elementwise_mul_op.py
test_elementwise_pow_op.py
test_elementwise_sub_op.py
test_error_clip.py
test_exception.py
test_executor_and_mul.py
test_expand_op.py
test_feed_fetch_method.py
test_fetch_var.py Fix copyright for test_fetch_var.py 7 years ago
test_fill_constant_batch_size_like_op.py
test_fill_constant_op.py
test_fill_op.py
test_fill_zeros_like_op.py
test_framework_debug_str.py
test_ftrl_op.py
test_gather_op.py
test_gaussian_random_op.py
test_get_places_op.py
test_gradient_clip.py
test_gru_op.py
test_gru_unit_op.py
test_hinge_loss_op.py
test_huber_loss_op.py
test_im2sequence_op.py
test_image_classification_layer.py
test_infer_shape.py
test_inference_model_io.py
test_initializer.py
test_iou_similarity_op.py
test_is_empty_op.py
test_l1_norm_op.py
test_label_smooth_op.py
test_layer_norm_op.py unifid GPU and CPU implementation 7 years ago
test_layers.py Add softmax into Python API. 7 years ago
test_learning_rate_decay.py Add polynomial_decay and piecewise_decay (#8013) 7 years ago
test_linear_chain_crf_op.py
test_lod_array_length_op.py
test_lod_rank_table.py
test_lod_reset_op.py
test_lod_tensor_array.py
test_lod_tensor_array_ops.py
test_log_loss_op.py
test_logical_op.py
test_lookup_table_op.py
test_lrn_op.py
test_lstm_op.py
test_lstm_unit_op.py
test_lstmp_op.py
test_margin_rank_loss_op.py
test_math_op_patch.py
test_matmul_op.py
test_maxout_op.py
test_mean_op.py
test_memory_optimization_transpiler.py
test_mine_hard_examples_op.py
test_minus_op.py
test_mnist_if_else_op.py
test_modified_huber_loss_op.py
test_momentum_op.py
test_mul_op.py
test_multiclass_nms_op.py
test_multihead_attention.py
test_multiplex_op.py
test_nce.py
test_net.py
test_norm_op.py
test_normalization_wrapper.py
test_one_hot_op.py
test_op_support_gpu.py
test_operator.py
test_operator_desc.py
test_optimizer.py Optimize return all opt ops 7 years ago
test_pad_op.py
test_parallel_op.py fix parallel op test (#8249) 7 years ago
test_parameter.py
test_pool2d_op.py
test_pool3d_op.py
test_pool_max_op.py
test_positive_negative_pair_op.py
test_precision_recall_op.py
test_prelu_op.py
test_print_op.py
test_prior_box_op.py
test_profiler.py
test_program.py
test_protobuf.py
test_protobuf_descs.py fix a unit test 7 years ago
test_proximal_adagrad_op.py
test_proximal_gd_op.py
test_rank_loss_op.py
test_recurrent_op.py
test_recv_op.py
test_reduce_op.py
test_registry.py
test_regularizer.py
test_reorder_lod_tensor.py
test_reshape_op.py
test_rmsprop_op.py
test_rnn_memory_helper_op.py
test_roi_pool_op.py
test_row_conv_op.py
test_scale_op.py
test_scatter_op.py
test_scope.py
test_selected_rows.py
test_seq_concat_op.py
test_seq_conv.py
test_seq_pool.py
test_sequence_erase_op.py
test_sequence_expand.py
test_sequence_reshape.py
test_sequence_slice_op.py
test_sequence_softmax_op.py
test_sgd_op.py
test_shrink_rnn_memory.py
test_sigmoid_cross_entropy_with_logits_op.py
test_sign_op.py
test_smooth_l1_loss_op.py
test_softmax_op.py
test_softmax_with_cross_entropy_op.py
test_split_and_merge_lod_tensor_op.py
test_split_op.py
test_split_selected_rows_op.py
test_spp_op.py
test_squared_l2_distance_op.py
test_squared_l2_norm_op.py
test_sum_op.py
test_switch.py Impl scalar switch case op with condition op (#8184) 7 years ago
test_target_assign_op.py Update doc and follow comments. 7 years ago
test_tensor.py
test_top_k_op.py
test_transpose_op.py
test_uniform_random_op.py
test_unpool_op.py
test_variable.py
test_warpctc_op.py
test_weight_normalization.py
test_while_op.py