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
dzhwinter 56faf51343
Merge pull request #3060 from dzhwinter/random_op
8 years ago
..
details LODTensor (Level of details, or Level of sequences Tensor). (#3109) 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 Merge pull request #3060 from dzhwinter/random_op 8 years ago
attribute.cc Restructure code oftype Attribute 8 years ago
attribute.h cpplint attribute.h 8 years ago
attribute.proto Merge branch 'clang-format' of https://github.com/gangliao/Paddle; branch 'develop' of https://github.com/PaddlePaddle/Paddle into clang-format 8 years ago
backward.cc Fix TravisCI test 8 years ago
backward.h Follow comments and merge develop 8 years ago
backward.md "add part of design doc" 8 years ago
backward_test.cc Make const variables in operator.h fit google style 8 years ago
ddim.cc Follow comments 8 years ago
ddim.h Add cpplint for *.h and cuda *.cu 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
grad_op_builder.cc Merge branch 'develop' of https://github.com/paddlepaddle/paddle into const 8 years ago
grad_op_builder.h Fix conflicts 8 years ago
grad_op_builder_test.cc Make const variables in operator.h fit google style 8 years ago
lod_tensor.cc LODTensor (Level of details, or Level of sequences Tensor). (#3109) 8 years ago
lod_tensor.h LODTensor (Level of details, or Level of sequences Tensor). (#3109) 8 years ago
lod_tensor_impl.h LODTensor (Level of details, or Level of sequences Tensor). (#3109) 8 years ago
lod_tensor_test.cc LODTensor (Level of details, or Level of sequences Tensor). (#3109) 8 years ago
op_desc.proto Merge branch 'clang-format' of https://github.com/gangliao/Paddle; branch 'develop' of https://github.com/PaddlePaddle/Paddle into clang-format 8 years ago
op_desc_test.cc add op_desc.proto (#2736) 8 years ago
op_proto.proto Merge branch 'clang-format' of https://github.com/gangliao/Paddle; branch 'develop' of https://github.com/PaddlePaddle/Paddle into clang-format 8 years ago
op_proto_test.cc Add OpProto unittest. 8 years ago
op_registry.cc Fix pybind and const type mismatch 8 years ago
op_registry.h add gradient test framework (#3226) 8 years ago
op_registry_test.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/backward 8 years ago
operator.cc "remove attribute" 8 years ago
operator.h Make const variables in operator.h fit google style 8 years ago
operator_test.cc Fix comparison between signed and unsigned values 8 years ago
pybind.cc Merge pull request #3060 from dzhwinter/random_op 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 LODTensor (Level of details, or Level of sequences Tensor). (#3109) 8 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_impl.h fix some enforce (#3301) 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