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
heqiaozhi 575ae7c6c3
refine pslib inferface & fix some bugs
6 years ago
..
details AsyncExecutor (#14627) 6 years ago
ir Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_vlog 6 years ago
.gitignore Windows/hidden file (#13139) 7 years ago
CMakeLists.txt refine for compile pslib.so 6 years ago
array.h add stack_op 7 years ago
async_executor.cc refine pslib inferface & fix some bugs 6 years ago
async_executor.h refine pslib inferface & fix some bugs 6 years ago
attribute.cc shape type to int64_t, test=develop 6 years ago
attribute.h shape type to int64_t, test=develop 6 years ago
block_desc.cc fix protobuf memory leak (#11177) 7 years ago
block_desc.h update inference_optimize() 7 years ago
blocking_queue.h unify fluid blocking queue 7 years ago
data_device_transform.cc Revert the changes of VLOG 6 years ago
data_device_transform.h Fix the grammar in copyright. (#8403) 7 years ago
data_device_transform_test.cu Revert the changes of VLOG 6 years ago
data_feed.cc AsyncExecutor (#14627) 6 years ago
data_feed.h AsyncExecutor (#14627) 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 (#14627) 6 years ago
data_layout.h Mkldnn layout (#11040) 7 years ago
data_layout_transform.cc Feature/template (#13093) 7 years ago
data_layout_transform.h Remove additional function of the code 7 years ago
data_layout_transform_test.cc Fix CPPLint issues in some tests in fluid/framework (#10068) 7 years ago
data_transform.cc Merge pull request #11666 from mozga-intel/mozga-intel/Batch_norm_support_other_type 7 years ago
data_transform.h Rename TransferData -> TransformData 7 years ago
data_type.cc Support data type int8_t . (#12841) 7 years ago
data_type.h refine tests. test=develop 6 years ago
data_type_test.cc "cherry picked cpp tests" (#12182) 7 years ago
data_type_transform.cc Feature/template (#13093) 7 years ago
data_type_transform.cu revert 6 years ago
data_type_transform.h Fix CPPLint errors in some framework files 7 years ago
data_type_transform_test.cc Fix CPPLint issues in some tests in fluid/framework (#10068) 7 years ago
data_type_transform_test.cu Fix CPPLint issues in some tests in fluid/framework (#10068) 7 years ago
ddim.cc Adding Dim<0> 7 years ago
ddim.h Adding Dim<0> 7 years ago
ddim_test.cc Fix the grammar in copyright. (#8403) 7 years ago
dim.h fix warning: statement is unreachable 7 years ago
dim_test.cu Fix the grammar in copyright. (#8403) 7 years ago
dlpack_tensor.cc add dlpack support 6 years ago
dlpack_tensor.h add dlpack support 6 years ago
dlpack_tensor_test.cc add dlpack support 6 years ago
eigen.h Windows/online (#14474) 6 years ago
eigen_test.cc Fix the grammar in copyright. (#8403) 7 years ago
executor.cc AsyncExecutor (#14627) 6 years ago
executor.h AsyncExecutor (#14627) 6 years ago
executor_thread_worker.cc refine pslib inferface & fix some bugs 6 years ago
executor_thread_worker.h config init & adapt to interface 6 years ago
feed_fetch_method.cc Revert the changes of VLOG 6 years ago
feed_fetch_method.h Fix CPPLint errors in some framework files 7 years ago
feed_fetch_type.h Fix Cpplint issues in framework/data_type.h and framework/feed_fetch_type.h (#10146) 7 years ago
framework.proto revert changes in protobuf.cc and type_defs 6 years ago
garbage_collector.h fix build issue 1 6 years ago
grad_op_desc_maker.h tiny change to save memory 7 years ago
library_type.h Fix CPPLint issues in init.cc, init.h and library_type.h (#10148) 7 years ago
lod_rank_table.cc Revert the changes of VLOG 6 years ago
lod_rank_table.h Fix CPPLint errors in some framework files 7 years ago
lod_tensor.cc Recover the profiler 6 years ago
lod_tensor.h refactor(memory): rewrite memory allocation and make it extentable 6 years ago
lod_tensor_array.h fix tensor array bug (#14166) 6 years ago
lod_tensor_test.cc Recover the profiler 6 years ago
lod_tensor_test.cu Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python 7 years ago
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 fix mixed_vector_test 7 years ago
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 Added fused operator 6 years ago
ngraph_bridge.h Added fused operator 6 years ago
ngraph_operator.cc Fix style and use enum 6 years ago
ngraph_operator.h Fix style and use enum 6 years ago
op_desc.cc refine tensor_array_write_read (#14643) 6 years ago
op_desc.h add cudnn back. staged. 6 years ago
op_info.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python 7 years ago
op_info.h Revert "Some trivial optimization (#13530)" 6 years ago
op_kernel_type.h fix inference on gpu out of mem (#14414) 6 years ago
op_kernel_type_test.cc "cherry picked cpp tests" (#12182) 7 years ago
op_proto_maker.cc better fix 6 years ago
op_proto_maker.h [1.1]fix op_role value 6 years ago
op_proto_maker_test.cc clean up after the changes have been stopped for so long. 6 years ago
op_registry.cc Revert the changes of VLOG 6 years ago
op_registry.h Windows/online (#14474) 6 years ago
op_registry_test.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python 7 years ago
operator.cc refine tensor_array_write_read (#14643) 6 years ago
operator.h Protect important header files. 6 years ago
operator_test.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python 7 years ago
parallel_executor.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_vlog 6 years ago
parallel_executor.h test=develop 6 years ago
program_desc.cc fix some compiler warning 6 years ago
program_desc.h clean 7 years ago
program_desc_test.cc fix typo and warning in analyzer_resnet50_test 6 years ago
proto_desc.h Fix the grammar in copyright. (#8403) 7 years ago
prune.cc clean unused inference_optimize c++ implementation 6 years ago
prune.h clean unused inference_optimize c++ implementation 6 years ago
prune_test.cc remove net op and cond_op (#9663) 7 years ago
reader.cc Rewrite DoubleBuffer 7 years ago
reader.h Rewrite DoubleBuffer 7 years ago
reader_test.cc fix typo and warning in analyzer_resnet50_test 6 years ago
rw_lock.h clarify the fraction_of_gpu_memory flag 6 years ago
rw_lock_test.cc add rw lock test (#12752) 7 years ago
scope.cc Revert the changes of VLOG 6 years ago
scope.h Combine Inference Analysis with IR (#13914) 6 years ago
scope_test.cc Fix the grammar in copyright. (#8403) 7 years ago
selected_rows.cc polish code, test=develop 6 years ago
selected_rows.h polish code, test=develop 6 years ago
selected_rows_test.cc add is_test for lookup_sparse_table 6 years ago
shape_inference.cc clean unused code and small optimize 6 years ago
shape_inference.h refine tensor_array_write_read (#14643) 6 years ago
tensor.cc Add communication attr 6 years ago
tensor.h Revert "cherry picked windows patches." 6 years ago
tensor_impl.h Add communication attr 6 years ago
tensor_test.cc add a small test to verify tensor type 6 years ago
tensor_util.cc Revert the changes of VLOG 6 years ago
tensor_util.cu revert 6 years ago
tensor_util.h enhance isinf/isnan in tensor util, avoid copy back to cpu (#12688) 6 years ago
tensor_util_test.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation 6 years ago
tensor_util_test.cu enhance isinf/isnan in tensor util, avoid copy back to cpu (#12688) 6 years ago
threadpool.cc Revert the changes of VLOG 6 years ago
threadpool.h optimize thread pool 6 years ago
threadpool_test.cc fix 6 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 6 years ago
tuple_test.cc Add tuple type (#8519) 7 years ago
type_defs.h revert changes in protobuf.cc and type_defs 6 years ago
var_desc.cc Revert the changes of VLOG 6 years ago
var_desc.h Make Var::GetMutable robust 6 years ago
var_type.h clean up channel 6 years ago
var_type_inference.h Add InferVarType for some op (#14201) 6 years ago
var_type_inference_test.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python 7 years ago
variable.h Make Var::GetMutable robust 6 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 6 years ago
version.cc clean 7 years ago
version.h clean 7 years ago
version_test.cc refine 7 years ago