Searched refs:HasCompatibleElementTypes (Results 1 – 2 of 2) sorted by relevance
158 bool HasCompatibleElementTypes(const Shape& shape_0, const Shape& shape_1,
272 bool ShapeVerifier::HasCompatibleElementTypes(const Shape& shape_0, in HasCompatibleElementTypes() function in xla::ShapeVerifier293 if (!HasCompatibleElementTypes(shape_0, shape_1, instruction->shape())) { in HandleRng()