Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_test.cc100 EXPECT_EQ(0, sharding.DeviceForTileIndex({0, 0})); in TEST_F()
101 EXPECT_EQ(3, sharding.DeviceForTileIndex({0, 1})); in TEST_F()
102 EXPECT_EQ(2, sharding.DeviceForTileIndex({1, 0})); in TEST_F()
103 EXPECT_EQ(1, sharding.DeviceForTileIndex({1, 1})); in TEST_F()
Dhlo_sharding.h136 int64 DeviceForTileIndex(absl::Span<const int64> index) const;
Dhlo_sharding.cc154 int64 HloSharding::DeviceForTileIndex(absl::Span<const int64> index) const { in DeviceForTileIndex() function in xla::HloSharding