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
QI JUN 9903e49f94
add test_fit_a_line (#4936)
9 years ago
..
.gitignore add test_fit_a_line (#4936) 9 years ago
CMakeLists.txt cond op passed 9 years ago
op_test.py "change GetOrCreate to Var" 9 years ago
test_accuracy_op.py Refine accuracy_op CUDA kernel (#4097) 9 years ago
test_activation_op.py Adding Hard Sigmoid Activation (#4771) 9 years ago
test_adadelta_op.py Adding Adadelta optimization operator (#4576) 9 years ago
test_adagrad_op.py change learning rate and fix format 9 years ago
test_adam_op.py Removing updates of Beta1 and Beta2 power accumulators outside the op (#4925) 9 years ago
test_adamax_op.py Removing updates of Beta1 power accumulators outside the op (#4931) 9 years ago
test_clip_op.py 1. Add CUDA stream when launching kernel. 9 years ago
test_concat_op.py Use StridedMemCpy in Concat/Split Kernel (#4188) 9 years ago
test_cond_op.py "change GetOrCreate to Var" 9 years ago
test_conv2d_op.py follow comments 9 years ago
test_conv_shift_op.py Conv Shift Operator (#4591) 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 Change Name convention of operator attributes (#4807) 9 years ago
test_decayed_adagrad_op.py Implementing the Decayed Adagrad optimizer operator (#4645) 9 years ago
test_default_scope_funcs.py "change GetOrCreate to Var" 9 years ago
test_dropout_op.py Add bool type for attribute and use it in dropout_op. 9 years ago
test_dynamic_recurrent_op.py "fix tests" 9 years ago
test_elementwise_add_op.py fix elementwise add bug 9 years ago
test_elementwise_div_op.py Elementwise operator. (#4139) 9 years ago
test_elementwise_mul_op.py Stablize elementwise_mul by using double precision 9 years ago
test_elementwise_sub_op.py Elementwise operator. (#4139) 9 years ago
test_exception.py Follow comments, check exception message 9 years ago
test_executor_and_mul.py Feature/py executor test (#4922) 9 years ago
test_fc_op.py Reuse the output of mul when there is only one input in FCOp. 9 years ago
test_feed_fetch_method.py Unify `set_feed_variable` to one method (#4949) 9 years ago
test_fill_constant_op.py Implementing the fill constant op for the executor 9 years ago
test_fill_zeros_like_op.py Share LoD between input and output of each opeators. 9 years ago
test_fit_a_line.py add test_fit_a_line (#4936) 9 years ago
test_gather_op.py init refine op python tests 9 years ago
test_gaussian_random_op.py "change GetOrCreate to Var" 9 years ago
test_gru_unit_op.py Refine gru_unit_op by optional bias 9 years ago
test_identity_op.py Merge branch 'develop' into core_add_fc_op 9 years ago
test_infer_shape.py Change ProgramDesc not a global variable (#4879) 9 years ago
test_interp_op.py refine comment of interp_op 9 years ago
test_layers.py Test recognize_digits_conv (#4926) 9 years ago
test_lookup_table_op.py Add the check of inputs and outputs in all operators. 9 years ago
test_lstm_unit_op.py Using double precision to stablize lstm gradient check 9 years ago
test_margin_rank_loss_op.py regulate comments in margin_rank_loss_op 9 years ago
test_matmul_op.py MatMul operator (#4856) 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 "change GetOrCreate to Var" 9 years ago
test_modified_huber_loss_op.py Fix error in unit test of ModifiedHuberLossOp 9 years ago
test_momentum_op.py Modify implementation 9 years ago
test_mul_op.py init refine op python tests 9 years ago
test_multiplex_op.py separate index tensor from candidate tensors in multiplex_op 9 years ago
test_net.py Fix CI 9 years ago
test_operator.py Fix CI 9 years ago
test_operator_desc.py Implement FC layer with helper (#4726) 9 years ago
test_optimizer.py Impl optimizer (#4734) 9 years ago
test_pad_op.py update unitest 9 years ago
test_parameter.py Rename Python `graph` to `framework` (#4762) 9 years ago
test_pool2d_op.py Change Name convention of operator attributes (#4807) 9 years ago
test_pool3d_op.py Change Name convention of operator attributes (#4807) 9 years ago
test_pool_max_op.py Change Name convention of operator attributes (#4807) 9 years ago
test_prelu_op.py Fix bug in test_prelu and test_xe 9 years ago
test_program.py remove Program.instance (#4915) 9 years ago
test_protobuf.py Fix all unit tests in Python 9 years ago
test_protobuf_descs.py Fix several bugs in compile time backward and Protobuf desc (#4894) 9 years ago
test_proximal_gd_op.py Adding Proximal Gradient Descent (#4848) 9 years ago
test_rank_loss_op.py change the dims of input of rank_loss_op 9 years ago
test_recurrent_op.py "change GetOrCreate to Var" 9 years ago
test_reduce_op.py Refine reduce_op unit test and add newline at end of file 9 years ago
test_reshape_op.py adapt to the new test framework 9 years ago
test_rmsprop_op.py Adding the default attribute test case 9 years ago
test_scale_op.py Add the check of inputs and outputs in all operators. 9 years ago
test_scatter_op.py scatter gather gpu 9 years ago
test_scope.py "change GetOrCreate to Var" 9 years ago
test_selected_rows.py add sparse sgd operator unittest 9 years ago
test_seq_concat_op.py Disable test_seq_concat_op.py temp 9 years ago
test_seq_pool.py add seqlastin/seqfirstin for seq_pool op 9 years ago
test_sequence_softmax_op.py Finish the SequenceSoftmaxGradKernel, using SoftmaxGradFunctor. 9 years ago
test_sgd_op.py fix gpu build error 9 years ago
test_sigmoid_cross_entropy_with_logits_op.py Adding support for the sigmoid_cross_entropy_with_logits operator (#4448) 9 years ago
test_smooth_l1_loss_op.py Refine doc. 9 years ago
test_softmax_op.py add negative clipping for softmax. 9 years ago
test_softmax_with_cross_entropy_op.py Change Name convention of operator attributes (#4807) 9 years ago
test_split_op.py Use StridedMemCpy in Concat/Split Kernel (#4188) 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 "change GetOrCreate to Var" 9 years ago
test_tensor_array.py "change GetOrCreate to Var" 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 test_fit_a_line (#4936) 9 years ago
test_variable.py Debug string for Python ProtoBuf (#4800) 9 years ago