Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflexbuffers.h414 bool IsBlob() const { return type_ == FBT_BLOB; } in IsBlob() function
597 } else if (IsBlob()) { in ToString()