Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers_test.cc164 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()
Dhlo_matchers.h384 inline ::testing::Matcher<const ::xla::HloInstruction*> NoSharding() { in NoSharding() function