Home
last modified time | relevance | path

Searched defs:rounding_bias (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/c10/util/
DBFloat16.h83 uint32_t rounding_bias = ((U32 >> 16) & 1) + UINT32_C(0x7FFF); in round_to_nearest_even() local
/external/executorch/runtime/core/portable_type/
Dbfloat16.h36 uint32_t rounding_bias = ((U32 >> 16) & 1) + UINT32_C(0x7FFF); in round_to_nearest_even() local
/external/tensorflow/tensorflow/core/lib/bfloat16/
Dbfloat16.h350 uint32_t rounding_bias = 0x7fff + lsb; in round_to_bfloat16() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dllvm_codegen.cpp1180 auto rounding_bias = llvm::ConstantInt::get(ShortTy_, 0x7FFF); in visit() local