Searched refs:PyRecordWriter (Results 1 – 1 of 1) sorted by relevance
136 class PyRecordWriter { class141 PyRecordWriter** out) { in New()147 *out = new PyRecordWriter(std::move(file), std::move(writer)); in New()151 PyRecordWriter() = delete;152 ~PyRecordWriter() { Close(); } in ~PyRecordWriter()192 PyRecordWriter(std::unique_ptr<tensorflow::WritableFile> file, in PyRecordWriter() function in __anon38d3b13d0111::PyRecordWriter199 TF_DISALLOW_COPY_AND_ASSIGN(PyRecordWriter);292 py::class_<PyRecordWriter>(m, "RecordWriter") in PYBIND11_MODULE()295 PyRecordWriter* self = nullptr; in PYBIND11_MODULE()299 status = PyRecordWriter::New(filename, options, &self); in PYBIND11_MODULE()[all …]