Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dreduced_precision_support.h29 static constexpr char kTfLiteBfloat16String[] = "bf16"; variable
103 value += kTfLiteBfloat16String; in MetadataForReducedPrecisionSupport()
120 } else if (metadata.substr(*idx, 4) == kTfLiteBfloat16String) { in ReadInferenceType()