Home
last modified time | relevance | path

Searched refs:IsReady (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc116 bool TensorHandle::IsReady() { in IsReady() function in tensorflow::TensorHandle
146 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()
Dtensor_handle.h141 bool IsReady();
/external/webrtc/webrtc/p2p/base/
Drelayport_unittest.cc118 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()
Drelayport.h69 bool IsReady() { return ready_; } in IsReady() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.h170 bool IsReady; variable
175 CyclesLeft(UNKNOWN_CYCLES), TotalCycles(0), IsReady(true) {} in ReadState()
183 bool isReady() const { return IsReady; } in isReady()
190 IsReady = !Writes; in setDependentWrites()
DInstruction.cpp37 IsReady = !CyclesLeft; in writeStartEvent()
90 IsReady = !CyclesLeft; in cycleEvent()
/external/libtextclassifier/annotator/
Dmodel-executor.h74 virtual bool IsReady() const { return true; } in IsReady() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h85 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady() function
Dssa_rewrite_pass.cpp391 assert(phi_candidate->IsReady() && in GetPhiArgument()
397 if (phi_user == nullptr || phi_user->IsReady()) { in GetPhiArgument()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h85 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady() function
Dssa_rewrite_pass.cpp391 assert(phi_candidate->IsReady() && in GetPhiArgument()
397 if (phi_user == nullptr || phi_user->IsReady()) { in GetPhiArgument()