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
fengjiayi c48fc4d826
Merge pull request #2825 from Canpio/dev_add_tensor_copy
8 years ago
..
.clang-format Use Google Style in new directories 8 years ago
CMakeLists.txt Add a sample op, `add_op` 8 years ago
attr_checker.h [draft] add registry for Op, OpProto and OpAttrChecker (#2739) 8 years ago
attr_type.proto Add OpProto implementation 8 years ago
ddim.cc Make paddle/framework buildable and passed 8 years ago
ddim.h Make paddle/framework buildable and passed 8 years ago
ddim_test.cc Add variable.h and test 8 years ago
dim.h Remove Dim::contiguous and Dim::contiguous_strides 8 years ago
dim_test.cu Remove Dim::contiguous and Dim::contiguous_strides 8 years ago
enforce.h Using paddle::string in enforce 8 years ago
enforce_test.cc Using paddle::string in enforce 8 years ago
net.cc Optimize ptr (#2851) 8 years ago
net.h Optimize ptr (#2851) 8 years ago
net_design.md net design with NetBuilder (#2598) 8 years ago
net_proto.proto "move opContext to DeviceContext" 8 years ago
net_test.cc "support net_proto header" 8 years ago
op_desc.proto add op_desc.proto (#2736) 8 years ago
op_desc_test.cc add op_desc.proto (#2736) 8 years ago
op_proto.proto Let OpProto support multiple and temporary (#2860) 8 years ago
op_proto_test.cc Add OpProto unittest. 8 years ago
op_registry.cc add operator base (#2725) 8 years ago
op_registry.h Optimize ptr (#2851) 8 years ago
op_registry_test.cc Optimize ptr (#2851) 8 years ago
operator.cc Add OperatorWithKernel class 8 years ago
operator.h Optimize ptr (#2851) 8 years ago
operator_test.cc Optimize ptr (#2851) 8 years ago
scope.h Optimize ptr (#2851) 8 years ago
scope_test.cc do not use default argument in Scope 8 years ago
tensor.h update PADDLE_ENFORCE message 8 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_test.cc fix several compile error 8 years ago
variable.h Add `Variable::IsType` 8 years ago
variable.md Add design doc 8 years ago
variable_test.cc Add variable.h and test 8 years ago