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 940b4a9c82
Merge pull request #3542 from Canpio/change_name_of_AsNoGradient
8 years ago
..
images "add part of design doc" 8 years ago
.clang-format Use Google Style in new directories 8 years ago
CMakeLists.txt RNN backward create (#3490) 8 years ago
attribute.cc Try make pass 8 years ago
attribute.h Merge branch 'develop' of github.com:baidu/Paddle into feature/refactorize_framework_proto 8 years ago
backward.cc Remove std::shared_ptr in Python & C++ 8 years ago
backward.h Remove std::shared_ptr in Python & C++ 8 years ago
backward.md "add part of design doc" 8 years ago
backward_test.cc Merge pull request #3542 from Canpio/change_name_of_AsNoGradient 8 years ago
ddim.cc Polish Our code by YuYang's review 8 years ago
ddim.h Polish Our code by YuYang's review 8 years ago
ddim_test.cc Add DDim::size() 8 years ago
dim.h Refactor DDim's product() and add slice_ddim() 8 years ago
dim_test.cu Refactor DDim's product() and add slice_ddim() 8 years ago
eigen.h ENH: Add EigenScalar 8 years ago
eigen_test.cc ENH: Add EigenScalar 8 years ago
framework.proto Rename `AsNoGradient` of VariableBuilder to `NotInGradient` 8 years ago
grad_op_builder.cc Rename `AsNoGradient` of VariableBuilder to `NotInGradient` 8 years ago
grad_op_builder.h Fix conflicts 8 years ago
grad_op_builder_test.cc Rename `AsNoGradient` of VariableBuilder to `NotInGradient` 8 years ago
lod_tensor.cc remove detail from LODTensor (#3364) 8 years ago
lod_tensor.h Fix macro !defined(PADDLE_ONLY_CPU) 8 years ago
lod_tensor_test.cc remove detail from LODTensor (#3364) 8 years ago
op_registry.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/remove_shared_ptr 8 years ago
op_registry.h Merge pull request #3522 from reyoung/feature/clone_op 8 years ago
op_registry_test.cc Complete remove std::shared_ptr 8 years ago
operator.cc Move OpRegistry functions to .cc file and move OpMaker to Op module 8 years ago
operator.h Merge pull request #3542 from Canpio/change_name_of_AsNoGradient 8 years ago
operator_test.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/clone_op 8 years ago
pybind.cc Remove std::shared_ptr in Python & C++ 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 remote-tracking branch 'baidu/develop' into port_blas 8 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_impl.h add a error message to tensor 8 years ago
tensor_py.h Change `tensor_bind.h` -> `tensor_py.h` 8 years ago
tensor_test.cc LODTensor (Level of details, or Level of sequences Tensor). (#3109) 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