Searched refs:f16_pattern (Results 1 – 1 of 1) sorted by relevance
366 auto f16_pattern = Constant().WithShapeEqualTo(&f16_scalar); in TEST_F() local370 ASSERT_TRUE(Match(root, f16_pattern)); in TEST_F()372 EXPECT_TRUE(Match(root, AllOf<HloInstruction>(scalar_pattern, f16_pattern, in TEST_F()375 Match(root, AllOf<HloInstruction>(f16_pattern, f16_compatible_pattern, in TEST_F()378 Match(root, AllOf<HloInstruction>(Broadcast(Op()), f16_pattern))); in TEST_F()