Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Doperand_upcaster.cc54 return ShapeUtil::ElementCanUpcast(inferred_shape, instruction->shape()); in InstructionMatchesPattern()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h817 static bool ElementCanUpcast(const Shape& from, const Shape& to);
Dshape_util.cc1735 /*static*/ bool ShapeUtil::ElementCanUpcast(const Shape& from, in ElementCanUpcast() function in xla::ShapeUtil