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/paddle/framework
zchen0211 aa90ef9c80
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
..
images polish english and graph 8 years ago
.clang-format Use Google Style in new directories 8 years ago
CMakeLists.txt Correctly use host_vector in LoDTensor and expose LoDTensor to Python. 8 years ago
attribute.cc Make attribute support for std::vector<std::pair<int, int>> 8 years ago
attribute.h Follow comments 8 years ago
backward.cc package a new USE_NO_KERNEL_OP for USE_OP_ITSELF 8 years ago
backward.h Remove std::shared_ptr in Python & C++ 8 years ago
backward.md polish english and graph 8 years ago
backward_test.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
ddim.cc Move some comments to .h file 8 years ago
ddim.h test 8 years ago
ddim_test.cc make dim int to int64_t 8 years ago
dim.h make dim int to int64_t 8 years ago
dim_test.cu fix dim_test.cu bug 8 years ago
eigen.h Follow comments 8 years ago
eigen_test.cc Follow comments 8 years ago
framework.proto add var desc proto 8 years ago
grad_op_builder.cc Make OpInfoMap as a class 8 years ago
grad_op_builder.h Fix conflicts 8 years ago
grad_op_builder_test.cc follow comments to revert add_two_op to add_op 8 years ago
lod_tensor.cc rename LOD to LoD for short of "Level of Details" (#3936) 8 years ago
lod_tensor.h Remove redundant code in lod_tensor.h 8 years ago
lod_tensor.md add offset implementation to lod tensor design (#3934) 8 years ago
lod_tensor_test.cc rename LOD to LoD for short of "Level of Details" (#3936) 8 years ago
lod_tensor_test.cu Correctly use host_vector in LoDTensor and expose LoDTensor to Python. 8 years ago
op_info.cc Make OpInfoMap as a class 8 years ago
op_info.h Add GenerateTemporaryNames/CheckAllInputOutputSet 8 years ago
op_registry.cc Make OpInfoMap as a class 8 years ago
op_registry.h Merge pull request #3851 from luotao1/no_kernel_op 8 years ago
op_registry_test.cc Rename `LargerThan` to `GreaterThan` 8 years ago
operator.cc follow comments 8 years ago
operator.h merge baidu/develop 8 years ago
operator_test.cc Rename `LargerThan` to `GreaterThan` 8 years ago
scope.cc Refine remove std::shared_ptr in Scope 8 years ago
scope.h Refine remove std::shared_ptr in Scope 8 years ago
scope_test.cc Pass test 8 years ago
tensor.cc ENH: Refine Tensor and And CopyFrom 8 years ago
tensor.h Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop 8 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_impl.h Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop 8 years ago
tensor_test.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop 8 years ago
variable.h Refine remove std::shared_ptr in Scope 8 years ago
variable.md Add design doc 8 years ago
variable_test.cc Add variable.h and test 8 years ago