-- Use `reader_op` in backend C++ side. This method only supports data feeding from recordio files and random data generators, but supports many kinds of `decorated_readers`. For examples, `double_buffer_reader` uses two threads to achieve better performance: one for time-consuming I/O operations, and the other for `Executor::Run()`. See [C++ Data Feeding](https://github.com/Echo-Nie/PP-docs/blob/TensorFlow-Paddle-docs/docs/design/concepts/cpp_data_feeding.md) for details.
0 commit comments