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
Kavya Srinet 0336304176
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rmsprop
7 years ago
..
CMakeLists.txt cond op passed 8 years ago
op_test.py Changing learning rate from attribute to input(float) (#4568) 7 years ago
test_accuracy_op.py Refine accuracy_op CUDA kernel (#4097) 8 years ago
test_activation_op.py Updated the reltive error 7 years ago
test_adadelta_op.py Adding Adadelta optimization operator (#4576) 7 years ago
test_clip_op.py 1. Add CUDA stream when launching kernel. 8 years ago
test_concat_op.py Use StridedMemCpy in Concat/Split Kernel (#4188) 7 years ago
test_cond_op.py use float32 in cond_op 7 years ago
test_conv2d_op.py Increase the max_relative_error in TestConv2dOp. 8 years ago
test_cos_sim_op.py tune max_relative_error in test_cos_sim_op. 8 years ago
test_crop_op.py 1. Implement GPUCrop kernel instead of eigen. 8 years ago
test_cross_entropy_op.py Fix bug in test_prelu and test_xe 7 years ago
test_default_scope_funcs.py Refine remove std::shared_ptr in Scope 8 years ago
test_dropout_op.py Add bool type for attribute and use it in dropout_op. 8 years ago
test_elementwise_add_op.py Elementwise operator. (#4139) 7 years ago
test_elementwise_div_op.py Elementwise operator. (#4139) 7 years ago
test_elementwise_mul_op.py Stablize elementwise_mul by using double precision 7 years ago
test_elementwise_sub_op.py Elementwise operator. (#4139) 7 years ago
test_exception.py Follow comments, check exception message 7 years ago
test_fc_op.py Reuse the output of mul when there is only one input in FCOp. 8 years ago
test_fill_zeros_like_op.py Share LoD between input and output of each opeators. 8 years ago
test_gather_op.py init refine op python tests 8 years ago
test_gaussian_random_op.py Remove OperatorBase::InferShape 7 years ago
test_identity_op.py Merge branch 'develop' into core_add_fc_op 8 years ago
test_lookup_table_op.py Add the check of inputs and outputs in all operators. 8 years ago
test_lstm_unit_op.py Using double precision to stablize lstm gradient check 7 years ago
test_mean_op.py init refine op python tests 8 years ago
test_minus_op.py Add the check of inputs and outputs in all operators. 8 years ago
test_mnist.py Remove OperatorBase::InferShape 7 years ago
test_modified_huber_loss_op.py Fix error in unit test of ModifiedHuberLossOp 7 years ago
test_mul_op.py init refine op python tests 8 years ago
test_multiplex_op.py separate index tensor from candidate tensors in multiplex_op 7 years ago
test_net.py Fix CI 7 years ago
test_operator.py Fix CI 7 years ago
test_pad_op.py update unitest 8 years ago
test_pool2d_op.py fix unit test class name 7 years ago
test_pool3d_op.py fix unit test class name 7 years ago
test_prelu_op.py Fix bug in test_prelu and test_xe 7 years ago
test_protobuf.py Fix all unit tests in Python 8 years ago
test_protobuf_descs.py Fix CI and follow comment 7 years ago
test_rank_loss_op.py change the dims of input of rank_loss_op 8 years ago
test_recurrent_op.py recurrent_op pass the unit test 7 years ago
test_reduce_op.py Refine reduce_op unit test and add newline at end of file 7 years ago
test_reshape_op.py adapt to the new test framework 8 years ago
test_rmsprop_op.py Adding the default attribute test case 7 years ago
test_scale_op.py Add the check of inputs and outputs in all operators. 8 years ago
test_scatter_op.py scatter gather gpu 7 years ago
test_scope.py Refine remove std::shared_ptr in Scope 8 years ago
test_seq_pool.py implement framework of seq_pool_op and its unitest 8 years ago
test_sequence_softmax_op.py Finish the SequenceSoftmaxGradKernel, using SoftmaxGradFunctor. 7 years ago
test_sgd_op.py Changing SGD inputs and outputs to conform to Operator naming convention (#4586) 7 years ago
test_sigmoid_cross_entropy_with_logits_op.py Adding support for the sigmoid_cross_entropy_with_logits operator (#4448) 7 years ago
test_smooth_l1_loss_op.py Refine doc. 8 years ago
test_softmax_op.py add negative clipping for softmax. 7 years ago
test_softmax_with_cross_entropy_op.py a patch for fixing random seeds in gradient checkers 7 years ago
test_split_op.py Use StridedMemCpy in Concat/Split Kernel (#4188) 7 years ago
test_squared_l2_distance_op.py init refine op python tests 8 years ago
test_sum_op.py merge baidu/develop and remove unused gradient_checker/op_test_util 8 years ago
test_tensor.py Using LoDTensor instead of Tensor in every operator. 8 years ago
test_top_k_op.py Add the check of inputs and outputs in all operators. 8 years ago
test_transpose_op.py modify the input\output name to X\Out 8 years ago
test_uniform_random_op.py Remove OperatorBase::InferShape 7 years ago