Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc281 return ElementIsIntegral(shape) && ElementHasBitWidth(shape, bits); in ElementIsIntegralWithBits()
284 /* static */ bool ShapeUtil::ElementHasBitWidth(const Shape& shape, int bits) { in ElementHasBitWidth() function in xla::ShapeUtil
Dshape_util.h447 static bool ElementHasBitWidth(const Shape& shape, int bits);