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/framework/tests
caoying03 201c2bcf20
delete redundant codes.
9 years ago
..
CMakeLists.txt cond op passed 9 years ago
op_test.py Check and only check the output varibles specified by self.outputs. 9 years ago
test_accuracy_op.py Refine accuracy_op CUDA kernel (#4097) 9 years ago
test_activation_op.py merge baidu/develop 9 years ago
test_add_op.py Add the check of inputs and outputs in all operators. 9 years ago
test_clip_op.py 1. Add CUDA stream when launching kernel. 9 years ago
test_concat_op.py merge baidu/develop and remove unused gradient_checker/op_test_util 9 years ago
test_cond_op.py cond op passed 9 years ago
test_conv2d_op.py Increase the max_relative_error in TestConv2dOp. 9 years ago
test_cos_sim_op.py tune max_relative_error in test_cos_sim_op. 9 years ago
test_crop_op.py 1. Implement GPUCrop kernel instead of eigen. 9 years ago
test_cross_entropy_op.py delete redundant codes. 9 years ago
test_default_scope_funcs.py Refine remove std::shared_ptr in Scope 9 years ago
test_dropout_op.py Add bool type for attribute and use it in dropout_op. 9 years ago
test_elementwise_add_op.py Elementwise operator. (#4139) 9 years ago
test_elementwise_div_op.py Elementwise operator. (#4139) 9 years ago
test_elementwise_mul_op.py Elementwise operator. (#4139) 9 years ago
test_elementwise_sub_op.py Elementwise operator. (#4139) 9 years ago
test_fc_op.py Reuse the output of mul when there is only one input in FCOp. 9 years ago
test_fill_zeros_like_op.py Share LoD between input and output of each opeators. 9 years ago
test_gather_op.py init refine op python tests 9 years ago
test_gaussian_random_op.py Add the check of inputs and outputs in all operators. 9 years ago
test_gradient_checker.py Fix check grad with multioutput (#4067) 9 years ago
test_identity_op.py Merge branch 'develop' into core_add_fc_op 9 years ago
test_lookup_table_op.py Add the check of inputs and outputs in all operators. 9 years ago
test_mean_op.py init refine op python tests 9 years ago
test_minus_op.py Add the check of inputs and outputs in all operators. 9 years ago
test_mnist.py Fixed a error in mnist unitest. 9 years ago
test_modified_huber_loss_op.py Adapt to new unittest. 9 years ago
test_mul_op.py init refine op python tests 9 years ago
test_net.py init refine op python tests 9 years ago
test_operator.py follow comments to revert add_two_op to add_op 9 years ago
test_pad_op.py update unitest 9 years ago
test_prelu_op.py Fix unit testint in test_prelu_op. 9 years ago
test_protobuf.py Fix all unit tests in Python 9 years ago
test_rank_loss_op.py change the dims of input of rank_loss_op 9 years ago
test_recurrent_op.py RNNOp remove alias (#4274) 9 years ago
test_reshape_op.py adapt to the new test framework 9 years ago
test_rowwise_add_op.py init refine op python tests 9 years ago
test_scale_op.py Add the check of inputs and outputs in all operators. 9 years ago
test_scatter_op.py init refine op python tests 9 years ago
test_scope.py Refine remove std::shared_ptr in Scope 9 years ago
test_seq_pool.py Add unit testing for sequence average pool operator. 9 years ago
test_sgd_op.py Add the check of inputs and outputs in all operators. 9 years ago
test_smooth_l1_loss_op.py Refine doc. 9 years ago
test_softmax_op.py fix bug 9 years ago
test_split_op.py Split operator with CPU kernel (#4046) 9 years ago
test_squared_l2_distance_op.py init refine op python tests 9 years ago
test_sum_op.py merge baidu/develop and remove unused gradient_checker/op_test_util 9 years ago
test_tensor.py Using LoDTensor instead of Tensor in every operator. 9 years ago
test_top_k_op.py Add the check of inputs and outputs in all operators. 9 years ago
test_transpose_op.py modify the input\output name to X\Out 9 years ago
test_uniform_random_op.py Add the check of inputs and outputs in all operators. 9 years ago