Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_scheduler_test.cc46 EXPECT_FALSE(batch.IsClosed()); in TEST()
55 EXPECT_FALSE(batch.IsClosed()); in TEST()
65 EXPECT_FALSE(batch.IsClosed()); in TEST()
68 EXPECT_TRUE(batch.IsClosed()); in TEST()
86 EXPECT_FALSE(batch.IsClosed()); in TEST()
94 EXPECT_TRUE(batch.IsClosed()); in TEST()
100 EXPECT_FALSE(batch->IsClosed()); in TEST()
Dadaptive_shared_batch_scheduler_test.cc109 ASSERT_TRUE(batch->IsClosed()); in TEST()
151 ASSERT_TRUE(batch->IsClosed()); in TEST()
219 ASSERT_TRUE(batch->IsClosed()); in TEST()
286 ASSERT_TRUE(batch->IsClosed()); in TEST()
323 ASSERT_TRUE(batch->IsClosed()); in TEST()
363 ASSERT_TRUE(batch->IsClosed()); in TEST()
379 ASSERT_TRUE(batch->IsClosed()); in TEST()
Dbatch_scheduler.h111 bool IsClosed() const;
215 DCHECK(!IsClosed()); in AddTask()
288 bool Batch<TaskType>::IsClosed() const { in IsClosed() function
Dserial_device_batch_scheduler_test.cc103 ASSERT_TRUE(batch->IsClosed()); in TEST()
212 ASSERT_TRUE(batch->IsClosed()); in TEST()
270 ASSERT_TRUE(batch->IsClosed()); in TEST()
321 ASSERT_TRUE(batch->IsClosed()); in TEST()
358 ASSERT_TRUE(batch->IsClosed()); in TEST()
Dshared_batch_scheduler_test.cc76 ASSERT_TRUE(batch->IsClosed()); in TEST()
86 ASSERT_TRUE(batch->IsClosed()); in TEST()
139 ASSERT_TRUE(batch->IsClosed()); in TEST()
202 ASSERT_TRUE(batch->IsClosed()); in TEST()
261 ASSERT_TRUE(batch->IsClosed()); in TEST()
304 ASSERT_TRUE(batch->IsClosed()); in TEST()
Dbasic_batch_scheduler_test.cc62 ASSERT_TRUE(batch->IsClosed()); in TEST()
Dadaptive_shared_batch_scheduler.h515 if ((*it)->IsClosed()) { in MaybeScheduleClosedBatchesLocked()
/external/tensorflow/tensorflow/core/util/
Dreporter.cc62 if (report_file_.IsClosed()) return Status::OK(); in Close()
74 if (report_file_.IsClosed()) return Status::OK(); in Benchmark()
83 if (report_file_.IsClosed()) return Status::OK(); in SetProperty()
89 if (report_file_.IsClosed()) return Status::OK(); in SetProperty()
95 if (report_file_.IsClosed()) return Status::OK(); in AddMetric()
Dreporter.h48 bool IsClosed() const { return closed_; } in IsClosed() function
/external/tensorflow/tensorflow/python/lib/io/
Drecord_io_wrapper.cc60 if (IsClosed()) { in ReadNextRecord()
67 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anonab493b040111::PyRecordReader
109 if (IsClosed()) { in ReadRecord()
116 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anonab493b040111::PyRecordRandomReader
155 if (IsClosed()) { in WriteRecord()
162 if (IsClosed()) { in Flush()
175 bool IsClosed() const { return file_ == nullptr && writer_ == nullptr; } in IsClosed() function in __anonab493b040111::PyRecordWriter
218 if (self->IsClosed()) { in PYBIND11_MODULE()
/external/webrtc/pc/
Dpeer_connection.cc1403 if (IsClosed()) { in AddStream()
1440 if (!IsClosed()) { in RemoveStream()
1457 if (IsClosed()) { in RemoveStream()
1476 if (IsClosed()) { in AddTrack()
1606 if (IsClosed()) { in RemoveTrackNew()
1876 RTC_DCHECK(!IsClosed()); in OnNegotiationNeeded()
1888 if (IsClosed()) { in CreateSender()
2196 if (IsClosed()) { in DoCreateOffer()
3869 if (IsClosed()) { in SetConfiguration()
4010 if (IsClosed()) { in AddIceCandidate()
[all …]
Ddata_channel_controller.cc276 if (pc_->IsClosed()) { in InternalCreateDataChannelWithProxy()
Dpeer_connection.h310 bool IsClosed() const { in IsClosed() function
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs158 if (handle.IsClosed) in TryWaitForStateChangedAsync()
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array.h268 bool IsClosed() { in IsClosed() function