Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h381 static bool ElementIsSigned(const Shape& shape);
Dshape_util.cc285 /* static */ bool ShapeUtil::ElementIsSigned(const Shape& shape) { in ElementIsSigned() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1347 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator()