Searched refs:NoSharding (Results 1 – 2 of 2) sorted by relevance
164 EXPECT_THAT(p0.get(), op::NoSharding()); in TEST()167 EXPECT_THAT(p1.get(), ::testing::Not(op::NoSharding())); in TEST()179 EXPECT_THAT(Explain(p1.get(), op::NoSharding()), in TEST()
384 inline ::testing::Matcher<const ::xla::HloInstruction*> NoSharding() { in NoSharding() function