Searched refs:IsScalarWithElementType (Results 1 – 4 of 4) sorted by relevance
27 ShapeUtil::IsScalarWithElementType(instruction->shape(), F32)) { in IsConstantR0F32()
139 EXPECT_TRUE(ShapeUtil::IsScalarWithElementType(parameter->shape(), F32)); in TEST_F()140 EXPECT_FALSE(ShapeUtil::IsScalarWithElementType(parameter->shape(), S32)); in TEST_F()
319 static bool IsScalarWithElementType(const Shape& shape,
418 /* static */ bool ShapeUtil::IsScalarWithElementType( in IsScalarWithElementType() function in xla::ShapeUtil