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

  /external/tensorflow/tensorflow/compiler/xla/
shape_util.h 364 static bool ElementIsIntegral(const Shape& shape);
shape_util.cc 269 /* static */ bool ShapeUtil::ElementIsIntegral(const Shape& shape) {
275 return ElementIsIntegral(shape) && ElementHasBitWidth(shape, bits);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
client_library_test_base.cc 270 TF_RET_CHECK(ShapeUtil::ElementIsIntegral(expected.shape()) ||
  /external/tensorflow/tensorflow/compiler/xla/service/
shape_inference.cc     [all...]
elemental_ir_emitter.cc 206 } else if (ShapeUtil::ElementIsIntegral(op->operand(0)->shape()) ||
663 if (ShapeUtil::ElementIsIntegral(op->operand(0)->shape()) ||
    [all...]
algebraic_simplifier.cc 598 if (ShapeUtil::ElementIsIntegral(divide->shape())) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc     [all...]

Completed in 339 milliseconds