HomeSort by relevance Sort by last modified time
    Searched refs:ElementHasBitWidth (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
shape_util.h 447 static bool ElementHasBitWidth(const Shape& shape, int bits);
    [all...]
shape_util.cc 281 return ElementIsIntegral(shape) && ElementHasBitWidth(shape, bits);
284 /* static */ bool ShapeUtil::ElementHasBitWidth(const Shape& shape, int bits) {
    [all...]

Completed in 50 milliseconds