Searched refs:IsReady (Results 1 – 11 of 11) sorted by relevance
116 bool TensorHandle::IsReady() { in IsReady() function in tensorflow::TensorHandle146 DCHECK(IsReady()); in Tensor()153 DCHECK(IsReady()); in TensorValue()167 DCHECK(IsReady()); in TensorAndDevice()181 DCHECK(IsReady()); in Shape()193 DCHECK(IsReady()); in NumDims()208 DCHECK(IsReady()); in Dim()223 DCHECK(IsReady()); in NumElements()
141 bool IsReady();
118 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kTimeoutMs); in TestConnectUdp()152 EXPECT_FALSE(relay_port_->IsReady()); in TestConnectTcp()158 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs); in TestConnectTcp()190 EXPECT_FALSE(relay_port_->IsReady()); in TestConnectSslTcp()196 EXPECT_TRUE_WAIT(relay_port_->IsReady(), kMaxTimeoutMs); in TestConnectSslTcp()
69 bool IsReady() { return ready_; } in IsReady() function
170 bool IsReady; variable175 CyclesLeft(UNKNOWN_CYCLES), TotalCycles(0), IsReady(true) {} in ReadState()183 bool isReady() const { return IsReady; } in isReady()190 IsReady = !Writes; in setDependentWrites()
37 IsReady = !CyclesLeft; in writeStartEvent()90 IsReady = !CyclesLeft; in cycleEvent()
74 virtual bool IsReady() const { return true; } in IsReady() function
85 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady() function
391 assert(phi_candidate->IsReady() && in GetPhiArgument()397 if (phi_user == nullptr || phi_user->IsReady()) { in GetPhiArgument()