Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DHalf.h301 constexpr uint32_t scale_to_zero_bits = (uint32_t)17 << 23; in fp16_ieee_from_fp32_value() local
305 &scale_to_zero_val, &scale_to_zero_bits, sizeof(scale_to_zero_val)); in fp16_ieee_from_fp32_value()
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dhalf.h336 constexpr uint32_t scale_to_zero_bits = (uint32_t)17 << 23; in fp16_ieee_from_fp32_value()
340 &scale_to_zero_val, &scale_to_zero_bits, sizeof(scale_to_zero_val)); in fp16_ieee_from_fp32_value()