Home
last modified time | relevance | path

Searched refs:TileIndexForDevice (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding.cc230 std::vector<int64> HloSharding::TileIndexForDevice(int64 device) const { in TileIndexForDevice() function in xla::HloSharding
276 std::vector<int64> index = TileIndexForDevice(device); in TileOffsetForDevice()
297 std::vector<int64> index = TileIndexForDevice(device); in TileLimitForDevice()
584 std::vector<int64> index = TileIndexForDevice(device); in TileShape()
Dhlo_sharding.h171 std::vector<int64> TileIndexForDevice(int64 device) const;