Home
last modified time | relevance | path

Searched refs:ElementIsSigned (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dconvert_operand_folding.cc25 ShapeUtil::ElementIsSigned(hlo->shape()) == in IsUpcastConvert()
26 ShapeUtil::ElementIsSigned(hlo->operand(0)->shape()) && in IsUpcastConvert()
Delemental_ir_emitter.cc1885 bool is_signed = ShapeUtil::ElementIsSigned(hlo->operand(1)->shape()); in EmitElementalDynamicSlice()
1985 bool is_signed = ShapeUtil::ElementIsSigned(indices_shape); in EmitElementalGather()
2058 bool is_signed = ShapeUtil::ElementIsSigned(start_hlo->shape()); in EmitElementalDynamicUpdateSlice()
Dshape_inference.cc311 } else if (ShapeUtil::ElementIsSigned(shape)) { in InferUnaryOpShape()
346 if (!ShapeUtil::ElementIsSigned(shape) && in InferUnaryOpShape()
Dalgebraic_simplifier.cc1473 if (ShapeUtil::ElementIsSigned(divide->shape())) { in TryDivideToShift()
3183 if (ShapeUtil::ElementIsSigned(x->shape()) && in HandleCompare()
3697 if (ShapeUtil::ElementIsSigned(remainder->shape())) { in TryRemainderToAnd()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc181 bool is_signed = ShapeUtil::ElementIsSigned(start_indices_array.GetShape()); in EmitDynamicUpdateSliceInPlace()
230 bool is_signed = ShapeUtil::ElementIsSigned(start_indices->shape()); in EmitFusedDynamicUpdateSliceInPlaceImpl()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc448 /* static */ bool ShapeUtil::ElementIsSigned(const Shape& shape) { in ElementIsSigned() function in xla::ShapeUtil
1738 ElementIsSigned(from) == ElementIsSigned(to) && in ElementCanUpcast()
Dshape_util.h517 static bool ElementIsSigned(const Shape& shape);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1389 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc210 if (ShapeUtil::ElementIsSigned(*shape)) { in operator >>()