Home
last modified time | relevance | path

Searched refs:GetCoreLocationExternal (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor_interface.h58 virtual TpuCoreLocationExternal GetCoreLocationExternal() const { in GetCoreLocationExternal() function
Dtpu_executor.h105 tpu::TpuCoreLocationExternal GetCoreLocationExternal() const override;
Dtpu_executor.cc84 tpu::TpuCoreLocationExternal TpuExecutor::GetCoreLocationExternal() const { in GetCoreLocationExternal() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtpu_client.cc150 core_id_to_device_ordinal[tpu_executor->GetCoreLocationExternal().Id()] = i; in GetTpuDevices()