Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h158 bool HasCompatibleElementTypes(const Shape& shape_0, const Shape& shape_1,
Dhlo_verifier.cc272 bool ShapeVerifier::HasCompatibleElementTypes(const Shape& shape_0, in HasCompatibleElementTypes() function in xla::ShapeVerifier
293 if (!HasCompatibleElementTypes(shape_0, shape_1, instruction->shape())) { in HandleRng()