Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1410 const auto& dest_flt_semantics = elem_ir_ty->getFltSemantics(); in ConvertValueForDistribution() local
1412 CHECK_GE(bits, llvm::APFloat::semanticsSizeInBits(dest_flt_semantics)); in ConvertValueForDistribution()
1417 llvm::APFloat::semanticsPrecision(dest_flt_semantics) - 1; in ConvertValueForDistribution()
1434 const int bias = -llvm::APFloat::semanticsMaxExponent(dest_flt_semantics); in ConvertValueForDistribution()