Searched refs:DeviceCoordinateOutOfBound (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | tpu_rewrite_device_util.cc | 224 bool DeviceCoordinateOutOfBound(int x, int y, int z, int core, int bound_x, in DeviceCoordinateOutOfBound() function 314 if (DeviceCoordinateOutOfBound(x, y, z, core, bound_x, bound_y, bound_z, in ParseTopologyAttr() 388 if (DeviceCoordinateOutOfBound(x, y, z, core, bound_x, bound_y, bound_z, in GetGeneralTPUExecutionDeviceAssignment()
|