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
liaogang 5e8a4f16c7
Fix conflcts
8 years ago
..
.clang-format Use Google Style in new directories 8 years ago
CMakeLists.txt Merge conflicts 8 years ago
attr_checker.h Merge conflicts 8 years ago
attr_type.proto Add OpProto implementation 8 years ago
ddim.cc Follow comments 8 years ago
ddim.h Merge conflicts 8 years ago
ddim_test.cc Add DDim::size() 8 years ago
dim.h Refactor DDim's product() and add slice_ddim() 8 years ago
dim_test.cu Refactor DDim's product() and add slice_ddim() 8 years ago
eigen.h make EigenTensor default unaligned and follow comments 8 years ago
eigen_test.cc change EQ to NEAR for float value 8 years ago
net.cc Skeleton Of fully connected operator 8 years ago
net.h Skeleton Of fully connected operator 8 years ago
net_design.md net design with NetBuilder (#2598) 8 years ago
net_op_test.cc Follow comments 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 FIX: cpplint code style 8 years ago
op_registry.h Make CreateOp in Plain C++ params 8 years ago
op_registry_test.cc Follow comments 8 years ago
operator.cc Merge branch 'develop' into tensor_to_EigenTensor 8 years ago
operator.h Merge pull request #2912 from reyoung/feature/better_network_debug_str 8 years ago
operator_test.cc support multiple template parameter in KernelType for REGISTER_OP_XPU_KERNEL (#2932) 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.cc Refine CMake dependencies graph 8 years ago
tensor.h Fix conflcts 8 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_test.cc Follow comments 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