Home
last modified time | relevance | path

Searched defs:IsAddressable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtfrt_cpu_pjrt_client.h62 bool IsAddressable() const override { in IsAddressable() function
H A Dpjrt_stream_executor_client.h95 bool IsAddressable() const override { return device_ordinal_ != -1; } in IsAddressable() function
H A Dpjrt_c_api_client.cc318 bool PjRtCApiDevice::IsAddressable() const { in IsAddressable() function in xla::PjRtCApiDevice
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.h69 bool IsAddressable() const override { return false; } in IsAddressable() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dexpr.go811 func IsAddressable(n Node) bool { func