Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc181 bool is_signed = ShapeUtil::ElementIsSigned(start_indices_array.GetShape()); in EmitDynamicUpdateSliceInPlace()
233 bool is_signed = ShapeUtil::ElementIsSigned(start_indices->shape()); in EmitFusedDynamicUpdateSliceInPlaceImpl()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h468 static bool ElementIsSigned(const Shape& shape);
Dshape_util.cc338 /* static */ bool ShapeUtil::ElementIsSigned(const Shape& shape) { in ElementIsSigned() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1782 bool is_signed = ShapeUtil::ElementIsSigned(hlo->operand(1)->shape()); in EmitElementalDynamicSlice()
1873 bool is_signed = ShapeUtil::ElementIsSigned(indices_shape); in EmitElementalGather()
1943 bool is_signed = ShapeUtil::ElementIsSigned(start_hlo->shape()); in EmitElementalDynamicUpdateSlice()
Dshape_inference.cc285 } else if (ShapeUtil::ElementIsSigned(shape)) { in InferUnaryOpShape()
320 if (!ShapeUtil::ElementIsSigned(shape) && in InferUnaryOpShape()
Dalgebraic_simplifier.cc1035 if (ShapeUtil::ElementIsSigned(divide->shape())) { in TryDivideToShift()
2942 if (ShapeUtil::ElementIsSigned(remainder->shape())) { in TryRemainderToAnd()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1612 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc135 if (ShapeUtil::ElementIsSigned(*shape)) { in operator >>()