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
fengjiayi 06beec046a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/pybind_for_protobuf_desc
8 years ago
..
images rewrite the document 8 years ago
.clang-format Use Google Style in new directories 8 years ago
CMakeLists.txt move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
attribute.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/pybind_for_protobuf_desc 8 years ago
attribute.h Fix conflicts. 8 years ago
backward.cc update to develop branch. 8 years ago
backward.h Remove std::shared_ptr in Python & C++ 8 years ago
backward.md "update words" 8 years ago
backward_test.cc Fix bug. 8 years ago
ddim.cc move stride function to ddim.h 8 years ago
ddim.h move stride function to ddim.h 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 Fix conflicts. 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 Using LoDTensor instead of Tensor in every operator. 8 years ago
lod_tensor.md Merge branch 'develop' into fix-typo 8 years ago
lod_tensor_test.cc Use the inheritance in the definition of LoDTensor. 8 years ago
lod_tensor_test.cu Use the inheritance in the definition of LoDTensor. 8 years ago
op_info.cc Make OpInfoMap as a class 8 years ago
op_info.h Add GenerateTemporaryNames/CheckAllInputOutputSet 8 years ago
op_proto_maker.cc move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
op_proto_maker.h add virtual to OpProtoAndCheckerMaker destructor 8 years ago
op_proto_maker_test.cc move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
op_registry.cc Make OpInfoMap as a class 8 years ago
op_registry.h move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
op_registry_test.cc Rename `LargerThan` to `GreaterThan` 8 years ago
operator.cc update to develop branch. 8 years ago
operator.h update to develop branch. 8 years ago
operator_test.cc move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
scope.cc Refine remove std::shared_ptr in Scope 8 years ago
scope.h RNNOp remove alias (#4274) 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 pull request #4334 from reyoung/feature/change_namespace_for_pybind 8 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_impl.h Remove `numel` field in tensor 8 years ago
tensor_test.cc modified codes 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