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
Yang Yang 932402c16b
debug for sum
8 years ago
..
details Complete Register Gradient in compile time 8 years ago
images
.clang-format
CMakeLists.txt merge develop 8 years ago
attribute.cc
attribute.h Use `type_defs.h` to resolve cyclic dependencies 8 years ago
backward.cc debug for sum 8 years ago
backward.h Merge branch 'feature/grad_reg_mechanism_cont2' of https://github.com/reyoung/Paddle into dev_backward_for_op_desc_dev 8 years ago
backward.md
backward_test.cc Refine unit test 8 years ago
block_desc.cc Fix bug 8 years ago
block_desc.h Fix CI 8 years ago
data_type.h Add Skeleton of Double support 8 years ago
ddim.cc
ddim.h
ddim_test.cc
dim.h
dim_test.cu
eigen.h
eigen_test.cc
executor.cc debug for sum 8 years ago
executor.h Init at block[0]; Run at block[1] 8 years ago
executor_test.cc debug for sum 8 years ago
framework.proto Use PROTO_LITE when refactoring Paddle 8 years ago
grad_op_desc_maker.h Change Interface to unique_ptr 8 years ago
lod_tensor.cc design of TensorArray to simplify varient/dynamic RNNs (#4447) 8 years ago
lod_tensor.h Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 8 years ago
lod_tensor.md Add few blank lines 8 years ago
lod_tensor_test.cc design of TensorArray to simplify varient/dynamic RNNs (#4447) 8 years ago
lod_tensor_test.cu fix compiler warning from MKLDNNLayer and so on 8 years ago
op_desc.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_backward_for_op_desc 8 years ago
op_desc.h Use PROTO_LITE when refactoring Paddle 8 years ago
op_info.cc
op_info.h Follow comments 8 years ago
op_proto_maker.cc
op_proto_maker.h Stash 8 years ago
op_proto_maker_test.cc Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 8 years ago
op_registry.cc Fix bug of foward default attribute not passed to backward 8 years ago
op_registry.h Fix bug of foward default attribute not passed to backward 8 years ago
op_registry_test.cc Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 8 years ago
operator.cc merge InferShapeContext and ExecutionContext 8 years ago
operator.h rename InferShapeContextBase to InferShapeContext 8 years ago
operator_test.cc rename InferShapeContextBase to InferShapeContext 8 years ago
program_desc.cc Fix compile errors 8 years ago
program_desc.h Fix CI 8 years ago
scope.cc clean up for review 8 years ago
scope.h follow comments and create local_scope inside executor run method 8 years ago
scope_test.cc
shape_inference.h rename InferShapeContextBase to InferShapeContext 8 years ago
tensor.cc
tensor.h Adding implementation for copying a vector to a tensor (#4635) 8 years ago
tensor.md
tensor_array.cc fix tensorarray unpack bug (#4614) 8 years ago
tensor_array.h Feature/tensor array add python binding (#4616) 8 years ago
tensor_array_test.cc add TensorArray (#4459) 8 years ago
tensor_impl.h Adding implementation for copying a vector to a tensor (#4635) 8 years ago
tensor_test.cc Adding implementation for copying a vector to a tensor (#4635) 8 years ago
type_defs.h Change Interface to unique_ptr 8 years ago
var_desc.cc Fix compile bug 8 years ago
var_desc.h Fix compile bug 8 years ago
variable.h
variable.md
variable_test.cc