Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc706 llvm::Value* use_approx_cutoff = llvm::ConstantFP::get(type, 1e-8); in EmitComplexUnaryOp() local
707 llvm::Value* use_approx = FCmpOLT(a_sqr, use_approx_cutoff); in EmitComplexUnaryOp()