Home
last modified time | relevance | path

Searched refs:HasChip (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_topology.h77 bool HasChip(int x, int y, int z) const;
Dtpu_topology.cc90 bool TpuTopologyExternal::HasChip(int x, int y, int z) const { in HasChip() function in tensorflow::tpu::TpuTopologyExternal
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc1422 if (!tpu_topology.HasChip(x, y, z) || core < 0 || in ParseTopologyAttr()
1478 if (!tpu_topology.HasChip(x, y, z) || core < 0 || in ParseDeviceAssignmentAttr()