Home
last modified time | relevance | path

Searched refs:PyRecordRandomReader (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/
H A Drecord_io_wrapper.cc115 class PyRecordRandomReader { class
118 PyRecordRandomReader** out) { in New()
127 *out = new PyRecordRandomReader(std::move(file), std::move(reader)); in New()
131 PyRecordRandomReader() = delete;
132 ~PyRecordRandomReader() { Close(); } in ~PyRecordRandomReader()
153 PyRecordRandomReader(std::unique_ptr<tensorflow::RandomAccessFile> file, in PyRecordRandomReader() function in __anond598a3330111::PyRecordRandomReader
160 TF_DISALLOW_COPY_AND_ASSIGN(PyRecordRandomReader);
274 py::class_<PyRecordRandomReader>(m, "RandomRecordReader") in PYBIND11_MODULE()
277 PyRecordRandomReader* self = nullptr; in PYBIND11_MODULE()
280 status = PyRecordRandomReader::New(filename, &self); in PYBIND11_MODULE()
[all …]