Home
last modified time | relevance | path

Searched refs:CompatibleKind (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h319 static bool CompatibleKind(const Shape& lhs, const Shape& rhs);
Dshape_util.cc666 /* static */ bool ShapeUtil::CompatibleKind(const Shape& lhs, in CompatibleKind() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1510 ShapeUtil::CompatibleKind(shape_, derived_instruction->shape())) { in SetupDerivedInstruction()