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
Yi Wang e79d2f1b65
Merge pull request #4584 from reyoung/feature/change_macro_paddle_no_gpu
7 years ago
..
details Extract BaseClass of grad_op_desc_maker and add some common method 7 years ago
images rewrite the document 8 years ago
.clang-format Use Google Style in new directories 8 years ago
CMakeLists.txt add TensorArray (#4459) 7 years ago
attribute.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc 7 years ago
attribute.h Use `type_defs.h` to resolve cyclic dependencies 7 years ago
backward.cc Fix bug 7 years ago
backward.h Remove std::shared_ptr in Python & C++ 8 years ago
backward.md Correcting some grammatical mistakes in the design docs (#4378) 7 years ago
backward_test.cc fix backward test case 7 years ago
block_desc.cc Fix compile errors 7 years ago
block_desc.h format 7 years ago
data_type.h Add Skeleton of Double support 7 years ago
ddim.cc move stride function to ddim.h 8 years ago
ddim.h move stride function to ddim.h 8 years ago
ddim_test.cc make dim int to int64_t 8 years ago
dim.h make dim int to int64_t 8 years ago
dim_test.cu fix dim_test.cu bug 8 years ago
eigen.h Follow comments 8 years ago
eigen_test.cc Follow comments 8 years ago
framework.proto Remove IntPair type in attribute 7 years ago
grad_op_builder.cc Add grad_op_desc_builder 7 years ago
grad_op_builder.h Add grad_op_desc_builder 7 years ago
grad_op_builder_test.cc Fix CI 7 years ago
grad_op_desc_maker.h Change Interface to unique_ptr 7 years ago
lod_tensor.cc design of TensorArray to simplify varient/dynamic RNNs (#4447) 7 years ago
lod_tensor.h Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` 7 years ago
lod_tensor.md Merge branch 'develop' into fix-typo 8 years ago
lod_tensor_test.cc design of TensorArray to simplify varient/dynamic RNNs (#4447) 7 years ago
lod_tensor_test.cu fix compiler warning from MKLDNNLayer and so on 7 years ago
op_desc.cc Remove duplicated method in OpDesc 7 years ago
op_desc.h Fix CI 7 years ago
op_info.cc Make OpInfoMap as a class 8 years ago
op_info.h Change Interface to unique_ptr 7 years ago
op_proto_maker.cc move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
op_proto_maker.h add virtual to OpProtoAndCheckerMaker destructor 8 years ago
op_proto_maker_test.cc move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
op_registry.cc Make OpInfoMap as a class 8 years ago
op_registry.h Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` 7 years ago
op_registry_test.cc Add GradOpDescMaker to OpInfo and complete OperatorRegistrar method 7 years ago
operator.cc Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` 7 years ago
operator.h add some check to operator.run (#4544) 7 years ago
operator_test.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/make_paddle_support_double 7 years ago
program_desc.cc Fix compile errors 7 years ago
program_desc.h format 7 years ago
scope.cc Refine remove std::shared_ptr in Scope 8 years ago
scope.h format 7 years ago
scope_test.cc Pass test 8 years ago
shape_inference.h Add Inputs/Outputs check interface (#4438) 7 years ago
tensor.cc ENH: Refine Tensor and And CopyFrom 8 years ago
tensor.h Add Skeleton of Double support 7 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_array.cc add TensorArray (#4459) 7 years ago
tensor_array.h Fix MacOS compile error 7 years ago
tensor_array_test.cc add TensorArray (#4459) 7 years ago
tensor_impl.h Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` 7 years ago
tensor_test.cc Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` 7 years ago
type_defs.h Change Interface to unique_ptr 7 years ago
var_desc.cc Fix compile bug 7 years ago
var_desc.h Fix compile bug 7 years ago
variable.h Refine remove std::shared_ptr in Scope 8 years ago
variable.md Correcting some grammatical mistakes in the design docs (#4378) 7 years ago
variable_test.cc Add variable.h and test 8 years ago