Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1389 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator() local
1444 return [root_is_floating_point, root_is_signed]( in MatchReductionGenerator()
1453 b->CreateICmp(root_is_signed ? llvm::ICmpInst::ICMP_SGE in MatchReductionGenerator()
1460 return [root_is_floating_point, root_is_signed]( in MatchReductionGenerator()
1469 b->CreateICmp(root_is_signed ? llvm::ICmpInst::ICMP_SLE in MatchReductionGenerator()