Home
last modified time | relevance | path

Searched defs:f32_from_bits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/c10/util/
H A DBFloat16.h32 inline C10_HOST_DEVICE float f32_from_bits(uint16_t src) { in f32_from_bits() function
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dbfloat16.h22 inline float f32_from_bits(uint16_t src) { in f32_from_bits() function