Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1388 bool root_is_integral = ShapeUtil::ElementIsIntegral(root_shape); in MatchReductionGenerator() local
1415 return [root_is_integral](llvm::IRBuilder<>* b, llvm::Value* lhs, in MatchReductionGenerator()
1417 return root_is_integral ? b->CreateAdd(lhs, rhs) in MatchReductionGenerator()
1422 return [root_is_integral](llvm::IRBuilder<>* b, llvm::Value* lhs, in MatchReductionGenerator()
1424 return root_is_integral ? b->CreateMul(lhs, rhs) in MatchReductionGenerator()