MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Close

Method Close

tensorflow/python/lib/io/py_record_reader.cc:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void PyRecordReader::Close() {
72 delete reader_;
73 delete file_;
74 file_ = nullptr;
75 reader_ = nullptr;
76}
77
78} // namespace io
79} // namespace tensorflow

Callers 3

tf_record_iteratorFunction · 0.45
closeMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected