Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dfloat8_e4m3b11.h27 uint8_t float_to_float8_e4m3b11(float v);
34 float8_e4m3b11(float v) : rep_(float_to_float8_e4m3b11(v)) {} // NOLINT in float8_e4m3b11()
H A Dfloat8_e4m3b11.cc22 uint8_t float_to_float8_e4m3b11(float v) { in float_to_float8_e4m3b11() function