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
joanna.wozna.intel caf9d39839
Add Conv Transpose BF16 (#30877)
4 years ago
..
c use iwyu clean include second time, test=develop (#30829) 4 years ago
details Fix the problem that the number of ops executed by xpu is wrong (#30961) 4 years ago
fleet use iwyu clean include second time, test=develop (#30829) 4 years ago
io use iwyu clean include second time, test=develop (#30829) 4 years ago
ir Add Conv Transpose BF16 (#30877) 4 years ago
.gitignore
CMakeLists.txt New custom operator extension mechanism (#30690) 4 years ago
archive.h Replace all errors thrown by LOG(FATAL) with PADDLE_THROW (#24759) 5 years ago
array.h Polish some error message in framework holder - Part 1 (#25509) 5 years ago
async_executor.cc Polish some error message in framework holder - Part 1 (#25509) 5 years ago
async_executor.h
attribute.cc Fix bug: GetAttrValue should deal with attr with attrType vector<double> (#30536) 4 years ago
attribute.h use iwyu clean include second time, test=develop (#30829) 4 years ago
block_desc.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
block_desc.h use iwyu clean include second time, test=develop (#30829) 4 years ago
blocking_queue.h
channel.h use iwyu clean include (#27267) 4 years ago
commit.h.in
conv_search_cache.h
copy_same_tensor_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
custom_operator.cc New custom operator extension mechanism (#30690) 4 years ago
custom_operator.h New custom operator extension mechanism (#30690) 4 years ago
custom_tensor_test.cc New custom operator extension mechanism (#30690) 4 years ago
custom_tensor_utils.h New custom operator extension mechanism (#30690) 4 years ago
data_device_transform.cc Simplify BufferedReader to improve DataLoader performance (#25648) 5 years ago
data_device_transform.h use iwyu clean include (#27267) 4 years ago
data_device_transform_test.cu Fix gpu memory allocation bug. (#28703) 4 years ago
data_feed.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
data_feed.h use iwyu clean include second time, test=develop (#30829) 4 years ago
data_feed.proto add the graph batch reader for pslib mode (#24178) 5 years ago
data_feed_factory.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
data_feed_factory.h use iwyu clean include (#27267) 4 years ago
data_feed_test.cc Polish some error message in framework holder - Part 1 (#25509) 5 years ago
data_layout.h Polish some error message in framework holder - Part 1 (#25509) 5 years ago
data_layout_transform.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
data_layout_transform.h use iwyu clean include (#27267) 4 years ago
data_layout_transform_test.cc use iwyu clean include (#27267) 4 years ago
data_set.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
data_set.h heter box (#29734) 4 years ago
data_transform.cc - Fix to 27398 (#27770) 4 years ago
data_transform.h use iwyu clean include (#27267) 4 years ago
data_type.cc New custom operator extension mechanism (#30690) 4 years ago
data_type.h use iwyu clean include second time, test=develop (#30829) 4 years ago
data_type_test.cc use iwyu clean include (#27267) 4 years ago
data_type_transform.cc New custom operator extension mechanism (#30690) 4 years ago
data_type_transform.cu
data_type_transform.h [Complex] Handle complex to real after type promotion (#29855) 4 years ago
data_type_transform_test.cc Add bfloat16 data type (#25402) 5 years ago
data_type_transform_test.cu
dataset_factory.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
dataset_factory.h use iwyu clean include (#27267) 4 years ago
ddim.cc Polish paddle fluid framework error message - part2 (#25667) 5 years ago
ddim.h use iwyu clean include (#27267) 4 years ago
ddim_test.cc use iwyu clean include (#27267) 4 years ago
device_worker.cc use iwyu clean include (#27267) 4 years ago
device_worker.h heter box (#29734) 4 years ago
device_worker_factory.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
device_worker_factory.h use iwyu clean include (#27267) 4 years ago
device_worker_test.cc use iwyu clean include (#27267) 4 years ago
dim.h
dim_test.cu
dist_multi_trainer.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
dist_multi_trainer_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
distributed_strategy.proto Fleet distributed strategy support pure fp16 (#30754) 4 years ago
dlpack_tensor.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
dlpack_tensor.h use iwyu clean include (#27267) 4 years ago
dlpack_tensor_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
downpour_worker.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
downpour_worker_opt.cc use iwyu clean include (#27267) 4 years ago
eigen.h use iwyu clean include (#27267) 4 years ago
eigen_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
executor.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
executor.h use iwyu clean include (#27267) 4 years ago
executor_cache.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
executor_cache.h use iwyu clean include second time, test=develop (#30829) 4 years ago
executor_gc_helper.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
executor_gc_helper.h use iwyu clean include (#27267) 4 years ago
executor_thread_worker.cc Replace all errors thrown by LOG(FATAL) with PADDLE_THROW (#24759) 5 years ago
executor_thread_worker.h
expect.h
feed_fetch_method.cc use iwyu clean include (#27267) 4 years ago
feed_fetch_method.h use iwyu clean include (#27267) 4 years ago
feed_fetch_type.h Support LoDTensorArray in fetch (#23645) 5 years ago
framework.proto Support vector<double> as type of op attribute and op set_value suppport vector<double> as value (#30126) 4 years ago
garbage_collector.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
garbage_collector.h Add callback after TensorCopy (#30123) 4 years ago
generator.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
generator.h use iwyu clean include (#27267) 4 years ago
gpu_utils.h
grad_op_desc_maker.h Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103) 4 years ago
heter_service.h support ps-gpu (#28752) 4 years ago
heter_service.proto add heter ps mode (#25682) 5 years ago
heterbox_trainer.cc add include for heterbox_trainer.cc, develop=test (#30910) 4 years ago
heterbox_worker.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
hetercpu_worker.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
heterxpu_trainer.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
hogwild_worker.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
inlined_vector.h use iwyu clean include (#27267) 4 years ago
inlined_vector_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
inplace_op_inference.h
library_type.h support Baidu Kunlun AI Accelerator (#25959) 5 years ago
load_op_lib.h Polish framework error message part3 (#25701) 5 years ago
lod_rank_table.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
lod_rank_table.h use iwyu clean include (#27267) 4 years ago
lod_tensor.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
lod_tensor.h use iwyu clean include (#27267) 4 years ago
lod_tensor_array.h Support LoDTensorArray in fetch (#23645) 5 years ago
lod_tensor_test.cc use iwyu clean include (#27267) 4 years ago
lod_tensor_test.cu Fix gpu memory allocation bug. (#28703) 4 years ago
mixed_vector.h use iwyu clean include (#27267) 4 years ago
mixed_vector_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
mixed_vector_test.cu
multi_trainer.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
naive_executor.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
naive_executor.h use iwyu clean include second time, test=develop (#30829) 4 years ago
naive_executor_test.cc
no_need_buffer_vars_inference.cc Polish framework error message - part 4 (#25807) 5 years ago
no_need_buffer_vars_inference.h use iwyu clean include second time, test=develop (#30829) 4 years ago
no_need_buffer_vars_inference_test.cc Add macro BOOST_GET to enrich the error information of boost :: get (#24175) 5 years ago
op_call_stack.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_call_stack.h use iwyu clean include (#27267) 4 years ago
op_call_stack_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_compatible_info.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_compatible_info.h save operator version infomation to program desc, test=develop (#27668) 4 years ago
op_compatible_info_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_desc.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_desc.h use iwyu clean include (#27267) 4 years ago
op_info.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_info.h use iwyu clean include (#27267) 4 years ago
op_kernel_type.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_kernel_type.h [Complex] Simplify prepared op impl to improve performance (#30153) 4 years ago
op_kernel_type_test.cc use iwyu clean include (#27267) 4 years ago
op_meta_info_helper.h New custom operator extension mechanism (#30690) 4 years ago
op_proto_maker.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_proto_maker.h
op_proto_maker_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_registry.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
op_registry.h use forward declarations for framework.pb.h (#28494) 4 years ago
op_registry_test.cc Hide the C++ stack by default and add hints (#29042) 4 years ago
op_version_proto.cc save operator version infomation to program desc, test=develop (#27668) 4 years ago
op_version_proto.h use iwyu clean include second time, test=develop (#30829) 4 years ago
op_version_registry.cc fix a bug in op_version_registry, test=develop, test=op_version (#29994) 4 years ago
op_version_registry.h use iwyu clean include second time, test=develop (#30829) 4 years ago
op_version_registry.inl use iwyu clean include second time, test=develop (#30829) 4 years ago
op_version_registry_test.cc update the operator registration for incompatible upgrade, test=develop (#29720) 4 years ago
operator.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
operator.h More precise mkldnn kernel rules in GetExpectedKernelType (#29840) 4 years ago
operator_exception_test.cc
operator_kernel_configs.h
operator_test.cc Fix gpu memory allocation bug. (#28703) 4 years ago
parallel_executor.cc [Kunlun]PR3: add xpu executor, multi xpu card train function optimization (#30317) 4 years ago
parallel_executor.h [Kunlun] PR2: Support MultiDevicePass and BKCL in parallel executor (#29574) 4 years ago
pipeline_trainer.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
program_desc.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
program_desc.h use iwyu clean include second time, test=develop (#30829) 4 years ago
program_desc_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
proto_desc.h
prune.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
prune.h use iwyu clean include (#27267) 4 years ago
prune_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
ps_gpu_trainer.cc solve build gpu task core (#30626) 4 years ago
ps_gpu_worker.cc add topo-aware in heter-ps (#30087) 4 years ago
pull_dense_worker.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
python_headers.h
reader.cc Polish framework error message part 7 (#27266) 4 years ago
reader.h
reader_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
rw_lock.h Polish framework error message part 7 (#27266) 4 years ago
rw_lock_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
save_load_util.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
save_load_util.h use iwyu clean include (#27267) 4 years ago
save_load_util_test.cc use iwyu clean include (#27267) 4 years ago
scope.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
scope.h Added support for inference using quantization aware trained dygraph (#30288) 4 years ago
scope_pool.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
scope_pool.h use iwyu clean include second time, test=develop (#30829) 4 years ago
scope_test.cc use iwyu clean include (#27267) 4 years ago
section_worker.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
selected_rows.cc use iwyu clean include (#27267) 4 years ago
selected_rows.h use iwyu clean include (#27267) 4 years ago
selected_rows_test.cc
shape_inference.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
shape_inference.h use forward declarations for framework.pb.h (#28494) 4 years ago
tensor.cc [Dynamic Inplace] Support ShareInplaceVersionCounterWith for C++ Tensor (#29842) 4 years ago
tensor.h [Dynamic Inplace] Support ShareInplaceVersionCounterWith for C++ Tensor (#29842) 4 years ago
tensor_impl.h Error msg/polish tensor error msg (#26976) 5 years ago
tensor_test.cc use iwyu clean include (#27267) 4 years ago
tensor_util.cc [oneDNN] Tensor copy fix to oneDNN tensors (#29771) 4 years ago
tensor_util.cu
tensor_util.h Refine the format of printing tensor (#27673) 4 years ago
tensor_util_test.cc use iwyu clean include (#27267) 4 years ago
tensor_util_test.cu
threadpool.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
threadpool.h use iwyu clean include (#27267) 4 years ago
threadpool_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
trainer.cc fix dump, fix cvm check (#25400) 5 years ago
trainer.h use iwyu clean include second time, test=develop (#30829) 4 years ago
trainer_desc.proto add user_define_dump (#28596) 4 years ago
trainer_factory.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
trainer_factory.h use iwyu clean include (#27267) 4 years ago
trainer_test.cc
transfer_scope_cache.cc
transfer_scope_cache.h use iwyu clean include (#27267) 4 years ago
tuple.h use iwyu clean include (#27267) 4 years ago
tuple_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
type_defs.h Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103) 4 years ago
unroll_array_ops.h use iwyu clean include (#27267) 4 years ago
unroll_array_ops_test.cc use iwyu clean include (#27267) 4 years ago
unused_var_check.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
unused_var_check.h use iwyu clean include second time, test=develop (#30829) 4 years ago
var_desc.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
var_desc.h use iwyu clean include (#27267) 4 years ago
var_type.h polish framework error message part 8 (#27269) 5 years ago
var_type_inference.h use iwyu clean include (#27267) 4 years ago
var_type_inference_test.cc use iwyu clean include (#27267) 4 years ago
var_type_traits.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
var_type_traits.h [Kunlun] PR2: Support MultiDevicePass and BKCL in parallel executor (#29574) 4 years ago
var_type_traits_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
variable.h [Dynamic Inplace] Support ShareInplaceVersionCounterWith for C++ Tensor (#29842) 4 years ago
variable_helper.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
variable_helper.h use iwyu clean include (#27267) 4 years ago
variable_test.cc use iwyu clean include second time, test=develop (#30829) 4 years ago
version.cc use iwyu clean include (#27267) 4 years ago
version.h
version_test.cc