Home
last modified time | relevance | path

Searched defs:IsClosed (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dreporter.h48 bool IsClosed() const { return closed_; } in IsClosed() function
/external/tensorflow/tensorflow/python/lib/io/
Drecord_io_wrapper.cc67 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anonab493b040111::PyRecordReader
116 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anonab493b040111::PyRecordRandomReader
175 bool IsClosed() const { return file_ == nullptr && writer_ == nullptr; } in IsClosed() function in __anonab493b040111::PyRecordWriter
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_scheduler.h288 bool Batch<TaskType>::IsClosed() const { in IsClosed() function
/external/webrtc/pc/
Dpeer_connection.h310 bool IsClosed() const { in IsClosed() function
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array.h268 bool IsClosed() { in IsClosed() function