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
minqiyang 1c116462cc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
6 years ago
..
details Revert "[Feature] Fp16 training for resnet50 (#14850)" 6 years ago
ir MKLDNN residual connection fuse: fixing accuracy problem (#14874) 6 years ago
.gitignore Windows/hidden file (#13139) 7 years ago
CMakeLists.txt Merge branch 'develop' into develop 6 years ago
array.h add stack_op 7 years ago
async_executor.cc fix static_cast to const_cast 6 years ago
async_executor.h avoid clock time in WIN32 mode 6 years ago
attribute.cc shape type to int64_t, test=develop 7 years ago
attribute.h shape type to int64_t, test=develop 7 years ago
block_desc.cc
block_desc.h
blocking_queue.h
data_device_transform.cc Revert the changes of VLOG 6 years ago
data_device_transform.h
data_device_transform_test.cu Revert the changes of VLOG 6 years ago
data_feed.cc Merge branch 'develop' into develop 6 years ago
data_feed.h AsyncExecutor bugfix: Tensor change to LoDTensor 6 years ago
data_feed.proto AsyncExecutor (#14627) 6 years ago
data_feed_factory.cc AsyncExecutor (#14627) 6 years ago
data_feed_factory.h AsyncExecutor (#14627) 6 years ago
data_feed_test.cc AsyncExecutor bugfix: Tensor change to LoDTensor 6 years ago
data_layout.h
data_layout_transform.cc Change tensor uses proto::VarType::type 6 years ago
data_layout_transform.h Change tensor uses proto::VarType::type 6 years ago
data_layout_transform_test.cc
data_transform.cc
data_transform.h
data_type.cc Change tensor uses proto::VarType::type 6 years ago
data_type.h Change tensor uses proto::VarType::type 6 years ago
data_type_test.cc Fix ut 6 years ago
data_type_transform.cc Feature/template (#13093) 7 years ago
data_type_transform.cu revert 7 years ago
data_type_transform.h
data_type_transform_test.cc
data_type_transform_test.cu
ddim.cc
ddim.h
ddim_test.cc
dim.h
dim_test.cu
dlpack_tensor.cc Change tensor uses proto::VarType::type 6 years ago
dlpack_tensor.h add dlpack support 6 years ago
dlpack_tensor_test.cc Change tensor uses proto::VarType::type 6 years ago
eigen.h Windows/online (#14474) 6 years ago
eigen_test.cc
executor.cc fix gc bug 6 years ago
executor.h refine code 6 years ago
executor_thread_worker.cc Merge branch 'develop' into develop 6 years ago
executor_thread_worker.h add ps_instance doc 6 years ago
feed_fetch_method.cc Revert "Merge pull request #14798 from PaddlePaddle/revert-14786-revert-14782-revert-14398-imperative" 6 years ago
feed_fetch_method.h Revert "Merge pull request #14798 from PaddlePaddle/revert-14786-revert-14782-revert-14398-imperative" 6 years ago
feed_fetch_type.h
framework.proto Add stop_gradient to VarBase to support loss function 6 years ago
garbage_collector.cc polish code 6 years ago
garbage_collector.h polish code 6 years ago
grad_op_desc_maker.h tiny change to save memory 7 years ago
library_type.h
lod_rank_table.cc Revert the changes of VLOG 6 years ago
lod_rank_table.h
lod_tensor.cc Change tensor uses proto::VarType::type 6 years ago
lod_tensor.h refactor(memory): rewrite memory allocation and make it extentable 7 years ago
lod_tensor_array.h fix tensor array bug (#14166) 7 years ago
lod_tensor_test.cc Recover the profiler 6 years ago
lod_tensor_test.cu
mixed_vector.h polish code, test=develop 6 years ago
mixed_vector_test.cc Revert the changes of VLOG 6 years ago
mixed_vector_test.cu
naive_executor.cc AsyncExecutor (#14627) 6 years ago
naive_executor.h Combine Inference Analysis with IR (#13914) 6 years ago
naive_executor_test.cc Combine Inference Analysis with IR (#13914) 6 years ago
ngraph_bridge.cc Enable mul operator for a ngraph engine (#14801) 6 years ago
ngraph_bridge.h Move ngraph compile control to cmake 6 years ago
ngraph_operator.cc inject context 6 years ago
ngraph_operator.h Rename class 6 years ago
op_desc.cc move more and fix while 6 years ago
op_desc.h add HasProtoAttr function in op_desc.h, clean node.h 6 years ago
op_info.cc
op_info.h Revert "Add EstiminateFlops" 6 years ago
op_kernel_type.cc allow customize kernel selection 6 years ago
op_kernel_type.h allow customize kernel selection 6 years ago
op_kernel_type_test.cc Fix ut 6 years ago
op_proto_maker.cc better fix 7 years ago
op_proto_maker.h [1.1]fix op_role value 7 years ago
op_proto_maker_test.cc clean up after the changes have been stopped for so long. 7 years ago
op_registry.cc Revert the changes of VLOG 6 years ago
op_registry.h fix clang 6 years ago
op_registry_test.cc
operator.cc move more and fix while 6 years ago
operator.h clean 6 years ago
operator_test.cc follow comments 6 years ago
parallel_executor.cc Code Clean parallel_executor.py (#14849) 6 years ago
parallel_executor.h Code Clean parallel_executor.py (#14849) 6 years ago
program_desc.cc fix some compiler warning 7 years ago
program_desc.h clean 7 years ago
program_desc_test.cc fix typo and warning in analyzer_resnet50_test 7 years ago
proto_desc.h
prune.cc clean unused inference_optimize c++ implementation 7 years ago
prune.h clean unused inference_optimize c++ implementation 7 years ago
prune_test.cc
reader.cc
reader.h
reader_test.cc fix typo and warning in analyzer_resnet50_test 7 years ago
rw_lock.h clarify the fraction_of_gpu_memory flag 7 years ago
rw_lock_test.cc add rw lock test (#12752) 7 years ago
scope.cc polish code 6 years ago
scope.h fix bug 6 years ago
scope_test.cc
selected_rows.cc Change tensor uses proto::VarType::type 6 years ago
selected_rows.h add more files to protected file list 6 years ago
selected_rows_test.cc add is_test for lookup_sparse_table 6 years ago
shape_inference.cc move more and fix while 6 years ago
shape_inference.h move more and fix while 6 years ago
tensor.cc Change tensor uses proto::VarType::type 6 years ago
tensor.h Fix include style 6 years ago
tensor_impl.h Change tensor uses proto::VarType::type 6 years ago
tensor_test.cc add ir memory optimize. (#14530) 6 years ago
tensor_util.cc Change tensor uses proto::VarType::type 6 years ago
tensor_util.cu revert 7 years ago
tensor_util.h enhance isinf/isnan in tensor util, avoid copy back to cpu (#12688) 7 years ago
tensor_util_test.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation 7 years ago
tensor_util_test.cu enhance isinf/isnan in tensor util, avoid copy back to cpu (#12688) 7 years ago
threadpool.cc Revert the changes of VLOG 6 years ago
threadpool.h optimize thread pool 7 years ago
threadpool_test.cc fix 7 years ago
transfer_scope_cache.cc Revert "fix transfer cache thread_local bug (#14581)" 6 years ago
transfer_scope_cache.h fix executor transfer cache bug (#14518) 6 years ago
tuple.h clean up channel 7 years ago
tuple_test.cc
type_defs.h try cache variables 6 years ago
var_desc.cc Revert the changes of VLOG 6 years ago
var_desc.h Make Var::GetMutable robust 7 years ago
var_type.h clean up channel 7 years ago
var_type_inference.h Add InferVarType for some op (#14201) 7 years ago
var_type_inference_test.cc
variable.h Make Var::GetMutable robust 7 years ago
variable_helper.cc AsyncExecutor (#14627) 6 years ago
variable_helper.h AsyncExecutor (#14627) 6 years ago
variable_test.cc Make Var::GetMutable robust 7 years ago
version.cc clean 7 years ago
version.h clean 7 years ago
version_test.cc refine 7 years ago