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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc 498 TF_RET_CHECK(ShapeUtil::ElementIsIntegral(lhs_shape));
599 TF_RET_CHECK(ShapeUtil::ElementIsIntegral(lhs_shape));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
shape_inference.cc 294 if (!ShapeUtil::ElementIsIntegral(shape)) {
302 if (!ShapeUtil::ElementIsIntegral(shape) &&
    [all...]
algebraic_simplifier.cc 554 (ShapeUtil::ElementIsIntegral(add->shape()) ||
    [all...]
elemental_ir_emitter.cc 210 if (ShapeUtil::ElementIsIntegral(op->operand(0)->shape()) ||
687 if (ShapeUtil::ElementIsIntegral(op->operand(0)->shape()) ||
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
shape_util.h 438 static bool ElementIsIntegral(const Shape& shape);
    [all...]
shape_util.cc 275 /* static */ bool ShapeUtil::ElementIsIntegral(const Shape& shape) {
281 return ElementIsIntegral(shape) && ElementHasBitWidth(shape, bits);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
xla_builder.cc 91 if (!ShapeUtil::ElementIsIntegral(shape)) {
    [all...]

Completed in 117 milliseconds