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 3db5278301
Feature/py executor test (#4922)
7 years ago
..
details Merge branch 'develop' of github.com:baidu/Paddle into feature/implenment_infer_var_type 7 years ago
images rewrite the document 8 years ago
.clang-format Use Google Style in new directories 8 years ago
CMakeLists.txt Feature/py executor test (#4922) 7 years ago
attribute.cc Change ProgramDesc not a global variable (#4879) 7 years ago
attribute.h Change ProgramDesc not a global variable (#4879) 7 years ago
backward.cc Fix several bugs in compile time backward and Protobuf desc (#4894) 7 years ago
backward.h Refine backward unit tests (#4817) 7 years ago
backward.md Correcting some grammatical mistakes in the design docs (#4378) 7 years ago
backward_test.cc Change ProgramDesc not a global variable (#4879) 7 years ago
block_desc.cc Copy Constructor for ProgramDesc (#4895) 7 years ago
block_desc.h Copy Constructor for ProgramDesc (#4895) 7 years ago
data_type.h Removed unreached code 7 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
executor.cc Feature/py executor test (#4922) 7 years ago
executor.h simplify executor; pass compile 7 years ago
feed_fetch_method.h Feature/py executor test (#4922) 7 years ago
feed_fetch_type.h Rewrite feed/fetch op (#4815) 7 years ago
framework.proto Feature/py executor test (#4922) 7 years ago
grad_op_desc_maker.h Rewrite feed/fetch op (#4815) 7 years ago
lod_tensor.cc design of TensorArray to simplify varient/dynamic RNNs (#4447) 7 years ago
lod_tensor.h make lod_element return std::pair 7 years ago
lod_tensor.md Add few blank lines 7 years ago
lod_tensor_test.cc design of TensorArray to simplify varient/dynamic RNNs (#4447) 7 years ago
lod_tensor_test.cu make lod_element return std::pair 7 years ago
op_desc.cc Merge pull request #4797 from reyoung/feature/implenment_infer_var_type 7 years ago
op_desc.h Merge branch 'develop' of github.com:baidu/Paddle into feature/implenment_infer_var_type 7 years ago
op_info.cc Make OpInfoMap as a class 8 years ago
op_info.h Complete infer_var_type 7 years ago
op_proto_maker.cc move OpProtoAndCheckerMaker from operator to op_proto_maker 8 years ago
op_proto_maker.h Stash 7 years ago
op_proto_maker_test.cc Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
op_registry.cc Change ProgramDesc not a global variable (#4879) 7 years ago
op_registry.h Add glog as dependencies of ops (#4908) 7 years ago
op_registry_test.cc Change ProgramDesc not a global variable (#4879) 7 years ago
operator.cc merge InferShapeContext and ExecutionContext 7 years ago
operator.h Add glog as dependencies of ops (#4908) 7 years ago
operator_test.cc Change ProgramDesc not a global variable (#4879) 7 years ago
program_desc.cc Copy Constructor for ProgramDesc (#4895) 7 years ago
program_desc.h Copy Constructor for ProgramDesc (#4895) 7 years ago
program_desc_test.cc Feature/py executor test (#4922) 7 years ago
prune.cc change api based on design doc 7 years ago
prune.h change api based on design doc 7 years ago
prune_test.cc make compatible to new programDescBind 7 years ago
scope.cc Make global scope not thread-safe (#4850) 7 years ago
scope.h remove unused header file 7 years ago
scope_test.cc "change NewVar to Var" 7 years ago
selected_rows.cc add selected rows 7 years ago
selected_rows.h add gpu functor for SelectedRows 7 years ago
selected_rows_test.cc fix code style 7 years ago
shape_inference.h remove unused todo in shape_inference.h 7 years ago
tensor.cc ENH: Refine Tensor and And CopyFrom 8 years ago
tensor.h Rewrite feed/fetch op (#4815) 7 years ago
tensor.md Move paddle/majel/* to paddle/platform/ and paddle/framework/ 8 years ago
tensor_array.cc Feature/dynamic recurrent op forward test (#4729) 7 years ago
tensor_array.h Feature/dynamic recurrent op forward test (#4729) 7 years ago
tensor_array_test.cc add TensorArray (#4459) 7 years ago
tensor_impl.h Unify CUDA stream in Tensor CopyFrom interface (#4692) 7 years ago
tensor_test.cc Unify CUDA stream in Tensor CopyFrom interface (#4692) 7 years ago
type_defs.h fix code style 7 years ago
var_desc.cc Update VarDesc from design doc (#4769) 7 years ago
var_desc.h Expose VarDesc::persistable to Python (#4911) 7 years ago
var_type_inference.h Complete infer_var_type 7 years ago
var_type_inference_test.cc Change ProgramDesc not a global variable (#4879) 7 years ago
variable.h Feature/py executor test (#4922) 7 years ago
variable.md Correcting some grammatical mistakes in the design docs (#4378) 7 years ago
variable_test.cc Add variable.h and test 8 years ago