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/fluid/framework
xujiaqi01 22b80e1246
fix parse content in CreatePreLoadReaders (#20258)
5 years ago
..
c Enable users to create custom cpp op outside framework. (#19256) 5 years ago
details Add place deps for fused_all_reduce_op_handle (#20077) 5 years ago
fleet support change shuffle and train thread num (#19841) 6 years ago
io rm return in vfork (#19734) 6 years ago
ir Follow comment of Merged QAT PR 18970 (#19979) 5 years ago
.gitignore
CMakeLists.txt New save load interface (#20148) 5 years ago
archive.h support debug each output of each ins (#19004) 6 years ago
array.h
async_executor.cc
async_executor.h
attribute.cc
attribute.h fix #17430: int64类型的attr训练非预期 (#18264) 6 years ago
block_desc.cc
block_desc.h
blocking_queue.h
channel.h support debug each output of each ins (#19004) 6 years ago
commit.h.in
data_device_transform.cc
data_device_transform.h
data_device_transform_test.cu
data_feed.cc support debug each output of each ins (#19004) 6 years ago
data_feed.h support debug each output of each ins (#19004) 6 years ago
data_feed.proto
data_feed_factory.cc
data_feed_factory.h
data_feed_test.cc
data_layout.h
data_layout_transform.cc Add common CreateKey for mkldnn handlers (#19767) 6 years ago
data_layout_transform.h using MKLDNNMemoryFormat = mkldnn::memory::format changes (#19568) 6 years ago
data_layout_transform_test.cc
data_set.cc fix parse content in CreatePreLoadReaders (#20258) 5 years ago
data_set.h support change shuffle and train thread num (#19841) 6 years ago
data_transform.cc
data_transform.h
data_type.cc
data_type.h Fix/gcc 4.8 ubt link error (#18558) 6 years ago
data_type_test.cc
data_type_transform.cc
data_type_transform.cu
data_type_transform.h
data_type_transform_test.cc
data_type_transform_test.cu
dataset_factory.cc dataset (#17973) 6 years ago
dataset_factory.h dataset (#17973) 6 years ago
ddim.cc paddle::framework::vectorize() templatization (#19730) 6 years ago
ddim.h paddle::framework::vectorize() templatization (#19730) 6 years ago
ddim_test.cc Clean unused code of dim and place (#18565) 6 years ago
device_worker.cc dataset (#17973) 6 years ago
device_worker.h fix memory leak in HogwildWorker (#19956) 5 years ago
device_worker_factory.cc
device_worker_factory.h
device_worker_test.cc
dim.h unify PADDLE_ASSERT_MSG into PADDLE_ENFORCE(error_message) (#19631) 6 years ago
dim_test.cu Clean unused code of dim and place (#18565) 6 years ago
dist_multi_trainer.cc support change shuffle and train thread num (#19841) 6 years ago
dlpack_tensor.cc
dlpack_tensor.h
dlpack_tensor_test.cc
downpour_worker.cc rm return in vfork (#19734) 6 years ago
eigen.h
eigen_test.cc
executor.cc trainer from dataset fetch targets (#19760) 5 years ago
executor.h trainer from dataset fetch targets (#19760) 5 years ago
executor_gc_helper.cc refine executor_gc_helper codes, test=develop (#19814) 6 years ago
executor_gc_helper.h refine executor_gc_helper codes, test=develop (#19814) 6 years ago
executor_thread_worker.cc
executor_thread_worker.h
expect.h dataset (#17973) 6 years ago
feed_fetch_method.cc
feed_fetch_method.h
feed_fetch_type.h
framework.proto update operator compatible info, test=develop (#19978) 5 years ago
garbage_collector.cc move_flags_to_unified_files_for_management, test=develop (#19224) 6 years ago
garbage_collector.h Open gc by default (#18836) 6 years ago
grad_op_desc_maker.h
hogwild_worker.cc add thread scope stat accurate metrics test=develop (#19480) 6 years ago
inlined_vector.h
inlined_vector_test.cc
inplace_op_inference.h refine inplace inference registry, test=develop (#19032) 6 years ago
library_type.h
load_op_lib.h Enable users to create custom cpp op outside framework. (#19256) 5 years ago
lod_rank_table.cc
lod_rank_table.h
lod_tensor.cc fix SplitLodTensor when batch_size = 0, test=develop (#19866) 6 years ago
lod_tensor.h merge develop to solve conflict, also fix API doc, test=develop (#18823) 6 years ago
lod_tensor_array.h
lod_tensor_test.cc fix SplitLodTensor when batch_size = 0, test=develop (#19866) 6 years ago
lod_tensor_test.cu remove unused assert.h (#19529) 6 years ago
mixed_vector.h Feature/auto_growth_allocator (#18561) 6 years ago
mixed_vector_test.cc
mixed_vector_test.cu
multi_trainer.cc trainer from dataset fetch targets (#19760) 5 years ago
naive_executor.cc
naive_executor.h
naive_executor_test.cc
no_need_buffer_vars_inference.h add inplace to assign op, test=develop (#19927) 6 years ago
op_call_stack.cc Paddle error message stack shaping and optimization (#19895) 5 years ago
op_call_stack.h Add call stack info during compile time (#19067) 6 years ago
op_compatible_info.cc update op compatible list; test=develop (#20175) 5 years ago
op_compatible_info.h update operator compatible info, test=develop (#19978) 5 years ago
op_compatible_info_test.cc update operator compatible info, test=develop (#19978) 5 years ago
op_desc.cc paddle::framework::vectorize() templatization (#19611) 6 years ago
op_desc.h Add generalized Conv+Activation MKLDNN fuse pass creation Part2 (#19237) 6 years ago
op_info.cc
op_info.h simplify op_info.h, test=develop (#20195) 5 years ago
op_kernel_type.cc
op_kernel_type.h
op_kernel_type_test.cc
op_proto_maker.cc supports collective training with programs (#18392) 6 years ago
op_proto_maker.h supports collective training with programs (#18392) 6 years ago
op_proto_maker_test.cc
op_registry.cc
op_registry.h Fix REGISTER_OP_WITHOUT_GRADIENT (#19251) 6 years ago
op_registry_test.cc Paddle error message stack shaping and optimization (#19895) 5 years ago
operator.cc fix seg fault of share lod, test=develop (#19573) 6 years ago
operator.h Feature/add transform data dygraph (#19707) 6 years ago
operator_kernel_configs.h Change backward_guard to optimize_guard to maximize the allreduce overlap. (#19506) 6 years ago
operator_test.cc
parallel_executor.cc remove the useless warning for user to avoid confuse test=develop (#19871) 6 years ago
parallel_executor.h Fix memory overwriting of tensors returned by executor (#19030) 6 years ago
pipeline_trainer.cc trainer from dataset fetch targets (#19760) 5 years ago
program_desc.cc update operator compatible info, test=develop (#19978) 5 years ago
program_desc.h update operator compatible info, test=develop (#19978) 5 years ago
program_desc_test.cc
proto_desc.h
prune.cc Set states of recurrent op as dependent vars in prune (#19865) 6 years ago
prune.h Add prune_backward function to cover complicated test_program.clone situation (#19772) 6 years ago
prune_test.cc Set states of recurrent op as dependent vars in prune (#19865) 6 years ago
pull_dense_worker.cc support preload thread, optimize hdfs log, fix master+patch bug (#19695) 6 years ago
python_headers.h
reader.cc
reader.h
reader_test.cc
rw_lock.h
rw_lock_test.cc
save_load_util.cc New save load interface (#20148) 5 years ago
save_load_util.h New save load interface (#20148) 5 years ago
save_load_util_test.cc New save load interface (#20148) 5 years ago
scope.cc Feature/buffer_shared_inplace (#17911) 6 years ago
scope.h fix scope lock bug on infer (#19624) 6 years ago
scope_pool.cc
scope_pool.h
scope_test.cc
section_worker.cc
selected_rows.cc
selected_rows.h
selected_rows_test.cc
shape_inference.cc
shape_inference.h
tensor.cc refine tensor.mutable_data, test=develop (#19680) 6 years ago
tensor.h Feature/buffer_shared_inplace (#17911) 6 years ago
tensor_impl.h Fix/gcc 4.8 ubt link error (#18558) 6 years ago
tensor_test.cc Paddle error message stack shaping and optimization (#19895) 5 years ago
tensor_util.cc refine PADDLE_ENFORCE codes for unify PADDLE_ASSERT_MSG (#19603) 6 years ago
tensor_util.cu
tensor_util.h Replace TemporaryAllocator by CUDADeviceContextAllocator (#18989) 6 years ago
tensor_util_test.cc
tensor_util_test.cu
threadpool.cc move_flags_to_unified_files_for_management, test=develop (#19224) 6 years ago
threadpool.h
threadpool_test.cc
trainer.cc
trainer.h trainer from dataset fetch targets (#19760) 5 years ago
trainer_desc.proto add thread scope stat accurate metrics test=develop (#19480) 6 years ago
trainer_factory.cc
trainer_factory.h
trainer_test.cc
transfer_scope_cache.cc Revert "use static variable to do cache instead of thread local in thread frequent switching case (#18428)" (#18879) 6 years ago
transfer_scope_cache.h add transfer_scope_cache unit-test (#18467) 6 years ago
tuple.h
tuple_test.cc
type_defs.h
unroll_array_ops.h Clean unused code of dim and place (#18565) 6 years ago
unroll_array_ops_test.cc Clean unused code of dim and place (#18565) 6 years ago
var_desc.cc update alloc_continuous_space_for_grad_pass (#18287) 6 years ago
var_desc.h Add new data layer (#19916) 5 years ago
var_type.h
var_type_inference.h
var_type_inference_test.cc
var_type_traits.cc
var_type_traits.h remove map type from var_type_traits.h, test=develop (#20090) 5 years ago
var_type_traits_test.cc
variable.h
variable_helper.cc
variable_helper.h
variable_test.cc
version.cc update operator compatible info, test=develop (#19978) 5 years ago
version.h update operator compatible info, test=develop (#19978) 5 years ago
version_test.cc update operator compatible info, test=develop (#19978) 5 years ago