Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dfloat8_e4m3b11.h33 float8_e4m3b11() {} in float8_e4m3b11() function
34 float8_e4m3b11(float v) : rep_(float_to_float8_e4m3b11(v)) {} // NOLINT in float8_e4m3b11() function
H A Dbfloat16_test.py35 float8_e4m3b11 = _pywrap_bfloat16.TF_float8_e4m3b11_type() variable