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
qiaolongfei e9a0c4ef87
expose AppendBackward of ProgramDesc to python
9 years ago
..
details Complete Register Gradient in compile time 9 years ago
images rewrite the document 9 years ago
.clang-format Use Google Style in new directories 9 years ago
CMakeLists.txt Fix compile error in linux 9 years ago
attribute.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc 9 years ago
attribute.h Use `type_defs.h` to resolve cyclic dependencies 9 years ago
backward.cc Fix bug of foward default attribute not passed to backward 9 years ago
backward.h expose AppendBackward of ProgramDesc to python 9 years ago
backward.md Correcting some grammatical mistakes in the design docs (#4378) 9 years ago
backward_test.cc Refine unit test 9 years ago
block_desc.cc Fix bug 9 years ago
block_desc.h Fix CI 9 years ago
data_type.h Removed unreached code 9 years ago
ddim.cc move stride function to ddim.h 9 years ago
ddim.h move stride function to ddim.h 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 Use PROTO_LITE when refactoring Paddle 9 years ago
grad_op_desc_maker.h Change Interface to unique_ptr 9 years ago
lod_tensor.cc design of TensorArray to simplify varient/dynamic RNNs (#4447) 9 years ago
lod_tensor.h Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 9 years ago
lod_tensor.md Add few blank lines 9 years ago
lod_tensor_test.cc design of TensorArray to simplify varient/dynamic RNNs (#4447) 9 years ago
lod_tensor_test.cu fix compiler warning from MKLDNNLayer and so on 9 years ago
op_desc.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/polish_infer_shape 9 years ago
op_desc.h Polish CompileTime InferShape 9 years ago
op_info.cc Make OpInfoMap as a class 9 years ago
op_info.h Follow comments 9 years ago
op_proto_maker.cc move OpProtoAndCheckerMaker from operator to op_proto_maker 9 years ago
op_proto_maker.h Stash 9 years ago
op_proto_maker_test.cc Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 9 years ago
op_registry.cc Fix bug of foward default attribute not passed to backward 9 years ago
op_registry.h Fix bug of foward default attribute not passed to backward 9 years ago
op_registry_test.cc Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 9 years ago
operator.cc merge InferShapeContext and ExecutionContext 9 years ago
operator.h dynamic recurrent op forward c++ implentation (#4597) 9 years ago
operator_test.cc rename InferShapeContextBase to InferShapeContext 9 years ago
program_desc.cc Fix compile errors 9 years ago
program_desc.h Fix CI 9 years ago
scope.cc Refine remove std::shared_ptr in Scope 9 years ago
scope.h format 9 years ago
scope_test.cc Pass test 9 years ago
shape_inference.h rename InferShapeContextBase to InferShapeContext 9 years ago
tensor.cc ENH: Refine Tensor and And CopyFrom 9 years ago
tensor.h Adding implementation for copying a vector to a tensor (#4635) 9 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 9 years ago
tensor_array.cc fix tensorarray unpack bug (#4614) 9 years ago
tensor_array.h dynamic recurrent op forward c++ implentation (#4597) 9 years ago
tensor_array_test.cc add TensorArray (#4459) 9 years ago
tensor_impl.h Adding implementation for copying a vector to a tensor (#4635) 9 years ago
tensor_test.cc Adding implementation for copying a vector to a tensor (#4635) 9 years ago
type_defs.h fix compiler error: ‘unique_ptr’ is not a member of ‘std’ 9 years ago
var_desc.cc Stash 9 years ago
var_desc.h Stash 9 years ago
variable.h Refine remove std::shared_ptr in Scope 9 years ago
variable.md Correcting some grammatical mistakes in the design docs (#4378) 9 years ago
variable_test.cc Add variable.h and test 9 years ago