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 fee6e7fb31
Merge pull request #3940 from Canpio/rename_LargerThan
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 follow comments to revert add_two_op to add_op 8 years ago
attribute.cc Make attribute support for std::vector<std::pair<int, int>> 8 years ago
attribute.h Rename `LargerThan` to `GreaterThan` 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 Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
backward_test.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
ddim.cc make dim int to int64_t 8 years ago
ddim.h make dim int to int64_t 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 make dim int to int64_t 8 years ago
eigen_test.cc ENH: Add EigenScalar 8 years ago
framework.proto add var desc proto 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 rename LOD to LoD for short of "Level of Details" (#3936) 8 years ago
lod_tensor.md add offset implementation to lod tensor design (#3934) 8 years ago
lod_tensor_test.cc rename LOD to LoD for short of "Level of Details" (#3936) 8 years ago
op_info.cc Make OpInfoMap as a class 8 years ago
op_info.h Add GenerateTemporaryNames/CheckAllInputOutputSet 8 years ago
op_registry.cc Make OpInfoMap as a class 8 years ago
op_registry.h Merge pull request #3851 from luotao1/no_kernel_op 8 years ago
op_registry_test.cc Rename `LargerThan` to `GreaterThan` 8 years ago
operator.cc Fix CI Test 8 years ago
operator.h Change `Op::GetAttr` to `Op::Attr` 8 years ago
operator_test.cc Rename `LargerThan` to `GreaterThan` 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 Change IdentityOp to ScaleOp 8 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_impl.h make dim int to int64_t 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