Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dslicing.cc148 if (ShapeUtil::ElementHasBitWidth(index_shape, 64) && in TorchGather()
258 if (ShapeUtil::ElementHasBitWidth(index_shape, 64) && in TorchIndexSelect()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc328 return ElementIsIntegral(shape) && ElementHasBitWidth(shape, bits); in ElementIsIntegralWithBits()
331 /* static */ bool ShapeUtil::ElementHasBitWidth(const Shape& shape, int bits) { in ElementHasBitWidth() function in xla::ShapeUtil
Dshape_util.h460 static bool ElementHasBitWidth(const Shape& shape, int bits);