Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflexbuffers.h398 bool IsFloat() const { in IsFloat() function
401 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric()
573 } else if (IsFloat()) { in ToString()