Home
last modified time | relevance | path

Searched refs:ElementIsIntegral (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc294 if (!ShapeUtil::ElementIsIntegral(shape)) { in InferUnaryOpShape()
302 if (!ShapeUtil::ElementIsIntegral(shape) && in InferUnaryOpShape()
312 if (!ShapeUtil::ElementIsIntegral(shape)) { in InferUnaryOpShape()
2411 if (!ShapeUtil::ElementIsIntegral(start_indices_shape)) { in InferDynamicSliceShape()
2443 if (!ShapeUtil::ElementIsIntegral(first_index_shape)) { in InferDynamicSliceShape()
2517 if (!ShapeUtil::ElementIsIntegral(start_indices_shape)) { in InferDynamicUpdateSliceShape()
2550 if (!ShapeUtil::ElementIsIntegral(first_index_shape)) { in InferDynamicUpdateSliceShape()
3168 if (!ShapeUtil::ElementIsIntegral(start_indices_shape)) { in InferGatherShape()
3405 if (!ShapeUtil::ElementIsIntegral(scatter_indices_shape)) { in InferScatterShape()
Dinstruction_fusion.cc130 return !ShapeUtil::ElementIsIntegral(instruction.shape()) || in IsExpensive()
Dalgebraic_simplifier.cc261 ShapeUtil::ElementIsIntegral(src_shape) && in IsConvertPairNoOp()
262 ShapeUtil::ElementIsIntegral(intermediate_shape); in IsConvertPairNoOp()
700 (ShapeUtil::ElementIsIntegral(add->shape()) || in HandleAdd()
1029 if (ShapeUtil::ElementIsIntegral(divide->shape()) && in TryDivideToShift()
1203 if (ShapeUtil::ElementIsIntegral(divide->shape())) { in HandleDivide()
2936 if (ShapeUtil::ElementIsIntegral(remainder->shape()) && in TryRemainderToAnd()
Delemental_ir_emitter.cc236 if (ShapeUtil::ElementIsIntegral(op->operand(0)->shape()) || in EmitUnaryOp()
806 if (ShapeUtil::ElementIsIntegral(op->operand(0)->shape()) || in EmitBinaryOp()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc535 TF_RET_CHECK(ShapeUtil::ElementIsIntegral(lhs_shape)); in HandleDot()
636 TF_RET_CHECK(ShapeUtil::ElementIsIntegral(lhs_shape)); in HandleDot()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc322 /* static */ bool ShapeUtil::ElementIsIntegral(const Shape& shape) { in ElementIsIntegral() function in xla::ShapeUtil
328 return ElementIsIntegral(shape) && ElementHasBitWidth(shape, bits); in ElementIsIntegralWithBits()
Dshape_util.h451 static bool ElementIsIntegral(const Shape& shape);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc528 } else if (ShapeUtil::ElementIsIntegral(lhs_shape)) { in EmitNaiveLlvmIrGemm()
Dir_emitter.cc1611 bool root_is_integral = ShapeUtil::ElementIsIntegral(root_shape); in MatchReductionGenerator()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc130 if (!ShapeUtil::ElementIsIntegral(*shape)) { in operator >>()