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.cc127 bool is_signed = ShapeUtil::ElementIsSigned(start_indices_array.GetShape()); in EmitDynamicUpdateSliceInPlace()
179 bool is_signed = ShapeUtil::ElementIsSigned(start_indices->shape()); in EmitFusedDynamicUpdateSliceInPlaceImpl()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h455 static bool ElementIsSigned(const Shape& shape);
Dshape_util.cc291 /* static */ bool ShapeUtil::ElementIsSigned(const Shape& shape) { in ElementIsSigned() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1838 bool is_signed = ShapeUtil::ElementIsSigned(hlo->operand(1)->shape()); in EmitElementalDynamicSlice()
1929 bool is_signed = ShapeUtil::ElementIsSigned(indices_shape); in EmitElementalGather()
1999 bool is_signed = ShapeUtil::ElementIsSigned(start_hlo->shape()); in EmitElementalDynamicUpdateSlice()
Dshape_inference.cc285 } else if (ShapeUtil::ElementIsSigned(shape)) { in InferUnaryOpShape()
312 if (!ShapeUtil::ElementIsSigned(shape) && in InferUnaryOpShape()
Dalgebraic_simplifier.cc868 if (ShapeUtil::ElementIsSigned(divide->shape())) { in TryDivideToShift()
2470 if (ShapeUtil::ElementIsSigned(remainder->shape())) { in TryRemainderToAnd()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1424 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc96 if (ShapeUtil::ElementIsSigned(shape)) { in operator >>()