Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1129 const auto kExponentIsSmallThreshold = 1e-5; in EmitExpm1() local
1133 FCmpOLT(abs_x, llvm::ConstantFP::get(type, kExponentIsSmallThreshold)); in EmitExpm1()