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 ae6009dfef
fix compile error
9 years ago
..
.clang-format Use Google Style in new directories 9 years ago
CMakeLists.txt fix compile error 9 years ago
attr_checker.h Merge conflicts 9 years ago
attr_type.proto Add OpProto implementation 9 years ago
ddim.cc Follow comments 9 years ago
ddim.h Merge conflicts 9 years ago
ddim_test.cc Add DDim::size() 9 years ago
dim.h Refactor DDim's product() and add slice_ddim() 9 years ago
dim_test.cu Refactor DDim's product() and add slice_ddim() 9 years ago
eigen.h Slight simplification of eigen.h in hope to make it more readable. 9 years ago
eigen_test.cc change EQ to NEAR for float value 9 years ago
grad_op_builder.cc fix compile error 9 years ago
grad_op_builder.h Change gradient Op registry mechanism 9 years ago
grad_op_builder_test.cc fix compile error 9 years ago
net.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into backward 9 years ago
net.h Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into backward 9 years ago
net_design.md net design with NetBuilder (#2598) 9 years ago
net_op_test.cc fix compile errer 9 years ago
net_proto.proto "move opContext to DeviceContext" 9 years ago
op_desc.proto add op_desc.proto (#2736) 9 years ago
op_desc_test.cc add op_desc.proto (#2736) 9 years ago
op_proto.proto "ignore some gradient of specific op" 9 years ago
op_proto_test.cc Add OpProto unittest. 9 years ago
op_registry.cc FIX: cpplint code style 9 years ago
op_registry.h fix compile error 9 years ago
op_registry_test.cc Remove ScopePtr and OperatorPtr 9 years ago
operator.cc Merge branch 'develop' into tensor_to_EigenTensor 9 years ago
operator.h Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into backward 9 years ago
operator_test.cc Remove ScopePtr and OperatorPtr 9 years ago
scope.h Remove ScopePtr and OperatorPtr 9 years ago
scope_test.cc do not use default argument in Scope 9 years ago
tensor.cc Refine CMake dependencies graph 9 years ago
tensor.h Update Tensor and PODDeleter's template parameter 9 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 9 years ago
tensor_test.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_refactor_tensor 9 years ago
variable.h Add `Variable::IsType` 9 years ago
variable.md Add design doc 9 years ago
variable_test.cc Add variable.h and test 9 years ago