Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflexbuffers.h397 bool IsIntOrUint() const { return IsInt() || IsUInt(); } in IsIntOrUint() function
401 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric()