Searched defs:IsClosed (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/util/ | ||
D | reporter.h | 48 bool IsClosed() const { return closed_; } in IsClosed() function |
/external/tensorflow/tensorflow/python/lib/io/ | ||
D | record_io_wrapper.cc | 67 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anonab493b040111::PyRecordReader |
/external/tensorflow/tensorflow/core/kernels/batching_util/ | ||
D | batch_scheduler.h | 288 bool Batch<TaskType>::IsClosed() const { in IsClosed() function |
/external/webrtc/pc/ | ||
D | peer_connection.h | 310 bool IsClosed() const { in IsClosed() function |
/external/tensorflow/tensorflow/core/kernels/ | ||
D | tensor_array.h | 268 bool IsClosed() { in IsClosed() function |