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/pybind
hong 67f66f0904
Fix get item out of range error (#24339)
6 years ago
..
.gitignore fix op_registry, add ignore op_function_impl.h, test=develop (#21654) 6 years ago
CMakeLists.txt solve mklml memory leak on windows (#24015) 6 years ago
box_helper_py.cc support set_test_mode and set comlog level(#23905) 6 years ago
box_helper_py.h PaddleBox Framework Part2 (#22466) 6 years ago
communicator_py.cc SYNC with communicaotor (#22344) 6 years ago
communicator_py.h Add GEO-SGD distribute training algorithm (#20018) 6 years ago
const_value.cc add fluid.device_guard to specify the device type for Op (#22254) 6 years ago
const_value.h Fix cpplint errors of paddle/fluid/pybind and add some tests (#9694) 8 years ago
data_set_py.cc Add a new DataFeed named PaddleBoxDataFeed (#23321) 6 years ago
data_set_py.h add DataSet and InMemoryDataFeed, support load data into memory and shuffle data 7 years ago
exception.cc Add EOFException to represent EOF in C++ reader 8 years ago
exception.h Fix cpplint errors of paddle/fluid/pybind and add some tests (#9694) 8 years ago
fleet_wrapper_py.cc add timeout and http store in communication (#23436) 6 years ago
fleet_wrapper_py.h add pybind for fleet 7 years ago
global_value_getter_setter.cc Remove: NGraph engine from PDPD repository (#23545) 6 years ago
global_value_getter_setter.h Add global value getter setter (#21285) 6 years ago
gloo_wrapper_py.cc add timeout and http store in communication (#23436) 6 years ago
gloo_wrapper_py.h add collective communication library in fleet (#22211) 6 years ago
imperative.cc Fix get item out of range error (#24339) 6 years ago
imperative.h Refactor dygraph (#19107) 6 years ago
inference_api.cc Remove: NGraph engine from PDPD repository (#23545) 6 years ago
inference_api.h add python inference api (#15248) 7 years ago
ir.cc Add setting Scope function for the graph class (#17417) 7 years ago
ir.h Add python ir graph API (#14917) 7 years ago
nccl_wrapper_py.cc add pybind dependency 7 years ago
nccl_wrapper_py.h add nccl wrapper for python API 7 years ago
op_function.h Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) 6 years ago
op_function_generator.cc update name generator, test=develop (#24048) 6 years ago
protobuf.cc API(Program) error message enhancement (#23519) 6 years ago
protobuf.h Fix cpplint errors of paddle/fluid/pybind and add some tests (#9694) 8 years ago
pybind.cc fix example code, test=develop, test=document_fix (#24139) 6 years ago
pybind_boost_headers.h fix #17430: int64类型的attr训练非预期 (#18264) 6 years ago
reader_py.cc Reader sequential and inference partial feed (#22699) 6 years ago
reader_py.h decoupled reader 7 years ago
tensor_py.h Fix model int8 quant fail, test=develop (#22891) 6 years ago