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
Yu Yang 2daba04042
Merge pull request #4731 from reyoung/feature/fix_ci
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 correct op deps in executor_test 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 Simplify backward when inserting a sum operator to accumulate all duplicated variables. 9 years ago
backward.h assgin todo to a certain person 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
executor.cc fix Compile error [fatal error: boost/range/adaptor/reversed.hpp No such file or directory] 9 years ago
executor.h remove prune as member function to function 9 years ago
executor_test.cc debug executor_test 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 Explose check_attr to Python 9 years ago
op_desc.h Explose check_attr to Python 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 Cudnn conv op (#4195) 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 follow comments 9 years ago
scope.h follow comments 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 Unify CUDA stream in Tensor CopyFrom interface (#4692) 9 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 9 years ago
tensor_array.cc Unify CUDA stream in Tensor CopyFrom interface (#4692) 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 Unify CUDA stream in Tensor CopyFrom interface (#4692) 9 years ago
tensor_test.cc Unify CUDA stream in Tensor CopyFrom interface (#4692) 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