Searched refs:f16_pattern (Results 1 – 1 of 1) sorted by relevance
365 auto f16_pattern = Constant().WithShapeEqualTo(&f16_scalar); in TEST_F() local369 ASSERT_TRUE(Match(root, f16_pattern)); in TEST_F()371 EXPECT_TRUE(Match(root, AllOf<HloInstruction>(scalar_pattern, f16_pattern, in TEST_F()374 Match(root, AllOf<HloInstruction>(f16_pattern, f16_compatible_pattern, in TEST_F()377 Match(root, AllOf<HloInstruction>(Broadcast(Op()), f16_pattern))); in TEST_F()