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 47c1350860
Merge pull request #8149 from dzhwinter/fix/mixed_vector
7 years ago
..
details Adding panic logic and test case (#8171) 7 years ago
.clang-format
CMakeLists.txt Merge pull request #8149 from dzhwinter/fix/mixed_vector 7 years ago
attribute.cc Enhance lookup_table_op to support padding_idx 7 years ago
attribute.h Enhance lookup_table_op to support padding_idx 7 years ago
backward.cc Add type Reader for VarDesc 7 years ago
backward.h unify the indentation of license 7 years ago
backward_test.cc Feature/hooks (#7513) 7 years ago
block_desc.cc Memory optimization on Dynamic RNN (#7599) 7 years ago
block_desc.h Refine get_places 7 years ago
channel.h Refine buffer channel (#8098) 7 years ago
channel_test.cc Adding panic logic and test case (#8171) 7 years ago
data_device_transform.cc Data type transform (#7653) 7 years ago
data_device_transform.h Data type transform (#7653) 7 years ago
data_device_transform_test.cu complete data layout transform (#7440) 7 years ago
data_layout.h "cudnn operators change to cudnn kernel" (#6660) 7 years ago
data_layout_transform.cc "fix decode bug" (#7711) 7 years ago
data_layout_transform.h "fix decode bug" (#7711) 7 years ago
data_layout_transform_test.cc "fix decode bug" (#7711) 7 years ago
data_transform.cc Data type transform (#7653) 7 years ago
data_transform.h "cudnn operators change to cudnn kernel" (#6660) 7 years ago
data_type.h dtype2str 7 years ago
data_type_transform.cc Data type transform (#7653) 7 years ago
data_type_transform.h Data type transform (#7653) 7 years ago
data_type_transform_test.cc Data type transform (#7653) 7 years ago
ddim.cc feature/while_grad_op (#5554) 7 years ago
ddim.h Merge branch 'develop' of github.com:baidu/Paddle into feature/fill_constant_force_cpu 7 years ago
ddim_test.cc unify the indentation of license 7 years ago
dim.h Feature/hooks (#7513) 7 years ago
dim_test.cu Feature/hooks (#7513) 7 years ago
eigen.h
eigen_test.cc "fix decode bug" (#7711) 7 years ago
executor.cc refine code and add unit tests 7 years ago
executor.h New Run() method for framework::Executor (#7807) 7 years ago
feed_fetch_method.cc New Run() method for framework::Executor (#7807) 7 years ago
feed_fetch_method.h New Run() method for framework::Executor (#7807) 7 years ago
feed_fetch_type.h Unify the definition of kFeedOpType and kFetchOpType. 7 years ago
framework.proto Add ReadOp 7 years ago
grad_op_desc_maker.h Calculating gradients for partial graph 7 years ago
init.cc "fix gpu init" (#7528) 7 years ago
init.h Make init device on all gpu by default (#7345) 7 years ago
init_test.cc "fix gpu init" (#7528) 7 years ago
library_type.h "remove cudnn devicecontext" (#7207) 7 years ago
lod_rank_table.cc unify the indentation of license 7 years ago
lod_rank_table.h unify the indentation of license 7 years ago
lod_tensor.cc Fix/lod (#7714) 7 years ago
lod_tensor.h "fix CopyToPeer" 7 years ago
lod_tensor.md Update lod_tensor.md (#5383) 7 years ago
lod_tensor_array.h unify the indentation of license 7 years ago
lod_tensor_test.cc Fix/lod (#7714) 7 years ago
lod_tensor_test.cu "fix const warning" 7 years ago
mixed_vector.h Merge pull request #8149 from dzhwinter/fix/mixed_vector 7 years ago
mixed_vector_test.cu "fix const warning" 7 years ago
op_desc.cc refine code and add unit tests 7 years ago
op_desc.h Memory optimization on Dynamic RNN (#7599) 7 years ago
op_info.cc unify the indentation of license 7 years ago
op_info.h unify the indentation of license 7 years ago
op_kernel_type.h complete data layout transform (#7440) 7 years ago
op_kernel_type_test.cc fix unit test 7 years ago
op_proto_maker.cc
op_proto_maker.h Move framework.proto to proto namespace (#6718) 7 years ago
op_proto_maker_test.cc Move framework.proto to proto namespace (#6718) 7 years ago
op_registry.cc Rename XXDescBind --> XXDesc (#6797) 7 years ago
op_registry.h change DEVICE_TYPE in op_registry to LIBRARY_TYPE (#7588) 7 years ago
op_registry_test.cc "cudnn operators change to cudnn kernel" (#6660) 7 years ago
operator.cc refine code and add unit tests 7 years ago
operator.h "cudnn operators change to cudnn kernel" (#6660) 7 years ago
operator_test.cc Make init device on all gpu by default (#7345) 7 years ago
program_desc.cc fix comments (#7978) 7 years ago
program_desc.h Merge branch 'develop' into core_add_inference_unittest 7 years ago
program_desc_test.cc Add type Reader for VarDesc 7 years ago
proto_desc.h CompileTime InferShape should find var recursively in stack of blocks (#4998) 7 years ago
prune.cc Unify the definition of kFeedOpType and kFetchOpType. 7 years ago
prune.h Move framework.proto to proto namespace (#6718) 7 years ago
prune_test.cc unify the indentation of license 7 years ago
reader.cc fix compile errors 7 years ago
reader.h fix compile errors 7 years ago
scope.cc "unify flags" (#7973) 7 years ago
scope.h cpu gpu transform function (#7191) 7 years ago
scope_test.cc Polish `Scope::LocalVarNames` 7 years ago
selected_rows.cc send_recv variables (#7161) 7 years ago
selected_rows.h "fix ci" 7 years ago
selected_rows_test.cc send_recv variables (#7161) 7 years ago
shape_inference.cc refine code and add unit tests 7 years ago
shape_inference.h refine code and add unit tests 7 years ago
tensor.cc unify the indentation of license 7 years ago
tensor.h Fix/lod (#7714) 7 years ago
tensor.md GPUPlace to CUDAPlace (#6960) 7 years ago
tensor_impl.h cpu gpu transform function (#7191) 7 years ago
tensor_test.cc "fix decode bug" (#7711) 7 years ago
tensor_util.cc Rename CopyFrom to Copy for tensors (#7292) 7 years ago
tensor_util.cu Fix compile 7 years ago
tensor_util.h fluid distributed on CUDA place 7 years ago
tensor_util_test.cc "fix decode bug" (#7711) 7 years ago
tensor_util_test.cu Update tensor_util 7 years ago
threadpool.cc Correct deps of threadpool (#7955) 7 years ago
threadpool.h Add RunAndGetException in threadpool 7 years ago
threadpool_test.cc Polish threadpool (#7918) 7 years ago
type_defs.h Enhance lookup_table_op to support padding_idx 7 years ago
var_desc.cc refine code and add unit tests 7 years ago
var_desc.h fix a compile error 7 years ago
var_type.h refine code and add unit tests 7 years ago
var_type_inference.h unify the indentation of license 7 years ago
var_type_inference_test.cc unify the indentation of license 7 years ago
variable.h "fix decode bug" (#7711) 7 years ago
variable.md
variable_test.cc fix license format of variable_test.cc (#7763) 7 years ago