Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dfloat8_e4m3b11.h28 float float8_e4m3b11_to_float(uint8_t v);
38 return float8_e4m3b11_to_float(rep_);
H A Dfloat8_e4m3b11.cc66 float float8_e4m3b11_to_float(uint8_t v) { in float8_e4m3b11_to_float() function