Home
last modified time | relevance | path

Searched defs:IsReady (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_data.h43 bool IsReady() const { in IsReady() function
79 bool IsReady() const { return true; } in IsReady() function
87 bool IsReady() const { in IsReady() function
Dtensor_handle_test.cc124 bool IsReady(TensorHandle* handle) const { return handle->IsReady(); } in IsReady() function in tensorflow::PackedTensorHandleTest
Dtensor_handle.cc111 bool TensorHandle::PackedTensorHandleData::IsReady() const { in IsReady() function in tensorflow::TensorHandle::PackedTensorHandleData
428 bool TensorHandle::IsReady() const { in IsReady() function in tensorflow::TensorHandle
/external/cronet/base/test/
Dtest_future.h134 bool IsReady() const { in IsReady() function
300 bool IsReady() const { return implementation_.IsReady(); } in IsReady() function
/external/armnn/samples/common/src/CVUtils/
DCvWindowOutput.cpp29 bool CvWindowOutput::IsReady() const in IsReady() function in common::CvWindowOutput
DCvVideoFileWriter.cpp29 bool CvVideoFileWriter::IsReady() const in IsReady() function in common::CvVideoFileWriter
/external/libtextclassifier/native/annotator/
Dmodel-executor.h74 virtual bool IsReady() const { return true; } in IsReady() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_future.h195 bool IsReady() { in IsReady() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.h102 StatusOr<bool> IsReady() { in IsReady() function
/external/perfetto/src/base/threading/
Dchannel_unittest.cc42 bool IsReady(base::PlatformHandle fd) { in IsReady() function
/external/angle/build/android/pylib/symbols/
Dexpensive_line_transformer.py60 def IsReady(self): member in ExpensiveLineTransformer
/external/cronet/build/android/pylib/symbols/
Dexpensive_line_transformer.py60 def IsReady(self): member in ExpensiveLineTransformer
/external/libchrome/components/policy/core/common/
Dschema_registry_unittest.cc112 TEST(SchemaRegistryTest, IsReady) { in TEST() argument
Dschema_registry.cc66 bool SchemaRegistry::IsReady() const { in IsReady() function in policy::SchemaRegistry
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dssa_rewrite_pass.h84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady() function
/external/autotest/utils/frozen_chromite/lib/
Dnebraska_wrapper.py140 def IsReady(self): member in RemoteNebraskaWrapper
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_tensor_handle_data.cc161 bool RemoteTensorHandleData::IsReady() const { in IsReady() function in tensorflow::RemoteTensorHandleData
/external/ot-br-posix/src/trel_dnssd/
Dtrel_dnssd.cpp415 bool TrelDnssd::IsReady(void) const in IsReady() function in otbr::TrelDnssd::TrelDnssd
/external/cronet/components/nacl/browser/
Dnacl_browser.cc235 bool NaClBrowser::IsReady() const { in IsReady() function in nacl::NaClBrowser
/external/webrtc/net/dcsctp/public/
Ddcsctp_handover_state.h119 constexpr bool IsReady() const { return value() == 0; } in IsReady() function
/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bwe_v2.cc136 bool LossBasedBweV2::IsReady() const { in IsReady() function in webrtc::LossBasedBweV2
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h250 bool IsReady; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_model.cc41 bool IsReady(const absl::flat_hash_set<ValueId>& ready_tensors, in IsReady() function