Home
last modified time | relevance | path

Searched refs:Sharding (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dsharding_propagation_test.cc162 EXPECT_THAT(instruction, op::Sharding("{devices=[1,2,2,1]0,1,2,3}")); in TEST_P()
190 EXPECT_THAT(instruction, op::Sharding("{devices=[1,2,2,1]0,1,2,3}")); in TEST_F()
213 EXPECT_THAT(instruction, op::Sharding("{devices=[1,2,2,1]0,1,2,3}")); in TEST_F()
236 EXPECT_THAT(instruction, op::Sharding("{devices=[1,2,2,1]0,1,2,3}")); in TEST_F()
262 EXPECT_THAT(instruction, op::Sharding("{devices=[1,2,2,1]0,1,2,3}")); in TEST_P()
293 EXPECT_THAT(instruction, op::Sharding("{devices=[1,2,2,1]0,1,2,3}")); in TEST_P()
324 EXPECT_THAT(instruction, op::Sharding("{devices=[1,2,2,1]0,1,2,3}")); in TEST_P()
354 EXPECT_THAT(instruction, op::Sharding("{devices=[1,2,2,1]0,1,2,3}")); in TEST_P()
386 op::Sharding("{devices=[1,2,1,2]0,1,2,3 last_tile_dim_replicate}")); in TEST_P()
417 EXPECT_THAT(instruction, op::Sharding("{devices=[1,2,2]0,1,2,3}")); in TEST_P()
[all …]
Dhlo_matchers_test.cc181 ::testing::Not(op::Sharding(HloSharding::AssignDevice(1)))); in TEST_F()
184 ::testing::Not(op::Sharding(HloSharding::AssignDevice(0)))); in TEST_F()
185 EXPECT_THAT(p1.get(), op::Sharding(HloSharding::AssignDevice(1))); in TEST_F()
189 op::Sharding("{{devices=[2]0,1}, {maximal device=1}, {replicated}}")); in TEST_F()
191 EXPECT_THAT(Explain(p0.get(), op::Sharding(HloSharding::AssignDevice(1))), in TEST_F()
197 EXPECT_THAT(Explain(p1.get(), op::Sharding(HloSharding::AssignDevice(0))), in TEST_F()
Dhlo_matchers.h403 inline ::testing::Matcher<const ::xla::HloInstruction*> Sharding( in Sharding() function
409 inline ::testing::Matcher<const ::xla::HloInstruction*> Sharding( in Sharding() function
Dhlo.proto202 // Sharding for kDomain instructions.
/external/tensorflow/tensorflow/compiler/xla/experimental/xla_sharding/
Dxla_sharding.py28 class Sharding(object): class
46 return Sharding(
56 return Sharding(
68 return Sharding(
96 return Sharding(
121 return Sharding(
158 return Sharding(
262 return Sharding.replicate().apply_to_tensor(
273 return Sharding.assign_device(device).apply_to_tensor(
292 return Sharding.tile(tile_assignment).apply_to_tensor(
[all …]
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dcompile_metadata.proto40 // Sharding is allowed if host training loop exists.
Dtpu_embedding_configuration.proto45 // Sharding strategy of the embedding tables among the hosts.
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFileIndexTests.cpp578 TEST(FileShardedIndexTest, Sharding) { in TEST() argument
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dexport.mlir1048 …%0 = "mhlo.custom_call"(%arg0) {backend_config = "", call_target_name = "Sharding", mhlo.sharding …
1054 …*]] = f32[16,16] custom-call(f32[16,16] %[[ARG0]]), custom_call_target="Sharding", sharding={devic…
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir4813 …// CHECK-NEXT: "mhlo.custom_call"(%arg0) {backend_config = "", call_target_name = "Sharding", has_…