Home
last modified time | relevance | path

Searched refs:TpuHostLocationExternal (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_topology.h49 class TpuHostLocationExternal {
51 explicit TpuHostLocationExternal(SE_TpuTopology_Host* host_location) in TpuHostLocationExternal() function
Dtpu_topology.cc45 int32 TpuHostLocationExternal::Id() const { in Id()
49 std::vector<TpuCoreLocationExternal> TpuHostLocationExternal::Cores( in Cores()
Dtpu_platform.cc126 const tensorflow::tpu::TpuHostLocationExternal TpuPlatform::GetTpuHostLocation() in GetTpuHostLocation()
128 return tpu::TpuHostLocationExternal( in GetTpuHostLocation()
Dtpu_platform_interface.h58 virtual const TpuHostLocationExternal GetTpuHostLocation() const = 0;
Dtpu_platform.h66 const tensorflow::tpu::TpuHostLocationExternal GetTpuHostLocation()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtpu_computation_placer.h42 TpuHostLocationExternal host_location, int replica_count,
Dtpu_computation_placer.cc57 TpuComputationPlacer::AssignLocalDevices(TpuHostLocationExternal host_location, in AssignLocalDevices()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtpu_client.cc104 tf_tpu::TpuHostLocationExternal host = platform->GetTpuHostLocation(); in GetDefaultDeviceAssignment()