Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1481 bool root_is_floating_point = ShapeUtil::ElementIsFloating(root_shape); in MatchReductionGenerator() local
1538 return [root_is_floating_point, root_is_signed, this]( in MatchReductionGenerator()
1541 if (root_is_floating_point) { in MatchReductionGenerator()
1555 return [root_is_floating_point, root_is_signed, this]( in MatchReductionGenerator()
1558 if (root_is_floating_point) { in MatchReductionGenerator()