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.cc163 if (ShapeUtil::ElementHasBitWidth(index_shape, 64) && in TorchGather()
273 if (ShapeUtil::ElementHasBitWidth(index_shape, 64) && in TorchIndexSelect()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h509 static bool ElementHasBitWidth(const Shape& shape, int bits);
Dshape_util.cc438 return ElementIsIntegral(shape) && ElementHasBitWidth(shape, bits); in ElementIsIntegralWithBits()
441 /* static */ bool ShapeUtil::ElementHasBitWidth(const Shape& shape, int bits) { in ElementHasBitWidth() function in xla::ShapeUtil