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