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 a0ce05df1e
Remove `numel` field in tensor
8 years ago
..
images rewrite the document 8 years ago
.clang-format Use Google Style in new directories 8 years ago
CMakeLists.txt move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
attribute.cc Fix bug of static variable 8 years ago
attribute.h Fix bug of static variable 8 years ago
backward.cc package a new USE_NO_KERNEL_OP for USE_OP_ITSELF 8 years ago
backward.h Remove std::shared_ptr in Python & C++ 8 years ago
backward.md "update words" 8 years ago
backward_test.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 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 Update Attribute to make it compatible with BLOCK 8 years ago
grad_op_builder.cc Make OpInfoMap as a class 8 years ago
grad_op_builder.h Fix conflicts 8 years ago
grad_op_builder_test.cc follow comments to revert add_two_op to add_op 8 years ago
lod_tensor.cc rename LOD to LoD for short of "Level of Details" (#3936) 8 years ago
lod_tensor.h Using LoDTensor instead of Tensor in every operator. 8 years ago
lod_tensor.md Merge branch 'develop' into fix-typo 8 years ago
lod_tensor_test.cc Use the inheritance in the definition of LoDTensor. 8 years ago
lod_tensor_test.cu Use the inheritance in the definition of LoDTensor. 8 years ago
op_info.cc Make OpInfoMap as a class 8 years ago
op_info.h Add GenerateTemporaryNames/CheckAllInputOutputSet 8 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 move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
op_registry_test.cc Rename `LargerThan` to `GreaterThan` 8 years ago
operator.cc move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
operator.h move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
operator_test.cc move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
scope.cc Refine remove std::shared_ptr in Scope 8 years ago
scope.h RNNOp remove alias (#4274) 8 years ago
scope_test.cc Pass test 8 years ago
tensor.cc ENH: Refine Tensor and And CopyFrom 8 years ago
tensor.h Remove `numel` field in tensor 8 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_impl.h Remove `numel` field in tensor 8 years ago
tensor_test.cc modified codes 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