Paddle/paddle/fluid/framework
Xin Pan ab798a2832 clarify the fraction_of_gpu_memory flag 7 years ago
..
details test=develop 7 years ago
ir Merge pull request from luotao1/naive_cmake 7 years ago
.gitignore Windows/hidden file () 7 years ago
CMakeLists.txt Merge pull request from luotao1/resnet50_ut 7 years ago
array.h add stack_op 7 years ago
attribute.cc Fix the grammar in copyright. () 7 years ago
attribute.h use paddle::platform::demangle 7 years ago
block_desc.cc fix protobuf memory leak () 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 Wait input when data transform 7 years ago
data_device_transform.h Fix the grammar in copyright. () 7 years ago
data_device_transform_test.cu Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python 7 years ago
data_layout.h Mkldnn layout () 7 years ago
data_layout_transform.cc Feature/template () 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 () 7 years ago
data_transform.cc Merge pull request 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 . () 7 years ago
data_type.h Feature/template () 7 years ago
data_type_test.cc "cherry picked cpp tests" () 7 years ago
data_type_transform.cc Feature/template () 7 years ago
data_type_transform.cu Integrate float16 into data_type_transform () 7 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 () 7 years ago
data_type_transform_test.cu Fix CPPLint issues in some tests in fluid/framework () 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. () 7 years ago
dim.h fix warning: statement is unreachable 7 years ago
dim_test.cu Fix the grammar in copyright. () 7 years ago
eigen.h "fix link error" () 7 years ago
eigen_test.cc Fix the grammar in copyright. () 7 years ago
executor.cc clean up channel 7 years ago
executor.h fix executor bug 7 years ago
feed_fetch_method.cc Fix CPPLint errors in some framework files 7 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 () 7 years ago
framework.proto clean up channel 7 years ago
garbage_collector.h feature/eager_delete_tensor 7 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 () 7 years ago
lod_rank_table.cc Fix the grammar in copyright. () 7 years ago
lod_rank_table.h Fix CPPLint errors in some framework files 7 years ago
lod_tensor.cc refine 7 years ago
lod_tensor.h Polish reader speed 7 years ago
lod_tensor_array.h Fix the grammar in copyright. () 7 years ago
lod_tensor_test.cc tensor module windows support () 7 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 Fix MixedVector 7 years ago
mixed_vector_test.cc fix mixed_vector_test 7 years ago
mixed_vector_test.cu fix mixed_vector_test 7 years ago
naive_executor.cc Enable MKLDNN in Naive Executor 7 years ago
naive_executor.h Enable MKLDNN in Naive Executor 7 years ago
naive_executor_test.cc fea/infer executor and concurrency performance issue bug fix () 7 years ago
op_desc.cc Fix concat_op InferShape () 7 years ago
op_desc.h small fix of op_desc 7 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 ()" 7 years ago
op_kernel_type.h Refactor Operator.cc, and clean code 7 years ago
op_kernel_type_test.cc "cherry picked cpp tests" () 7 years ago
op_proto_maker.cc Revert "Merge pull request from reyoung/revert_callstack" () 7 years ago
op_proto_maker.h Revert "Merge pull request from reyoung/revert_callstack" () 7 years ago
op_proto_maker_test.cc explicit gradient of elementwise_add/elementwise_sub () 7 years ago
op_registry.cc Fix the grammar in copyright. () 7 years ago
op_registry.h "fix link error" () 7 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 Revert "Merge pull request from reyoung/revert_callstack" () 7 years ago
operator.h "fix link error" () 7 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 test=develop 7 years ago
parallel_executor.h pass builder allow cutomize pass in python. 7 years ago
program_desc.cc clean 7 years ago
program_desc.h clean 7 years ago
program_desc_test.cc fix program desc unit test error 7 years ago
proto_desc.h Fix the grammar in copyright. () 7 years ago
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 remove net op and cond_op () 7 years ago
reader.cc Rewrite DoubleBuffer 7 years ago
reader.h Rewrite DoubleBuffer 7 years ago
reader_test.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python 7 years ago
rw_lock.h clarify the fraction_of_gpu_memory flag 7 years ago
rw_lock_test.cc add rw lock test () 7 years ago
scope.cc Current scope needs to be thread-safe for training 7 years ago
scope.h merge develop 7 years ago
scope_test.cc Fix the grammar in copyright. () 7 years ago
selected_rows.cc Feature/template () 7 years ago
selected_rows.h Optimize selected rows for dist lookup table with pthread rwlock () 7 years ago
selected_rows_test.cc Add distributed unit tests about text_classification/simnet-bow/ctr () 7 years ago
shape_inference.cc Fix concat_op InferShape () 7 years ago
shape_inference.h Fix concat_op InferShape () 7 years ago
tensor.cc Enforce requested size of tensor to be sufficiently large 7 years ago
tensor.h merge develop 7 years ago
tensor_impl.h Add consts to new MKLDNN integration 7 years ago
tensor_test.cc "cherry picked cpp tests" () 7 years ago
tensor_util.cc Feature/template () 7 years ago
tensor_util.cu Update tensor_util.h () 7 years ago
tensor_util.h Follow comment () 7 years ago
tensor_util_test.cc Fix compile error 7 years ago
tensor_util_test.cu Fix compile error 7 years ago
threadpool.cc parameter dispather. () 7 years ago
threadpool.h refine name 7 years ago
threadpool_test.cc Fix CPPLint issues in some tests in fluid/framework () 7 years ago
tuple.h clean up channel 7 years ago
tuple_test.cc Add tuple type () 7 years ago
type_defs.h use optimize block list instead of first optimize block 7 years ago
var_desc.cc clean up channel 7 years ago
var_desc.h clean up channel 7 years ago
var_type.h clean up channel 7 years ago
var_type_inference.h Fix the grammar in copyright. () 7 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 revert variable mutex 7 years ago
variable_test.cc Fix the grammar in copyright. () 7 years ago
version.cc clean 7 years ago
version.h clean 7 years ago
version_test.cc refine 7 years ago