Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflexbuffers.h81 FBT_BOOL = 26, enumerator
86 inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; } in IsInline()
89 return (t >= FBT_INT && t <= FBT_STRING) || t == FBT_BOOL; in IsTypedVectorElementType()
392 bool IsBool() const { return type_ == FBT_BOOL; } in IsBool()
416 return (type_ == FBT_BOOL ? ReadUInt64(data_, parent_width_) in AsBool()
439 case FBT_BOOL: return ReadInt64(data_, parent_width_); in AsInt64()
468 case FBT_BOOL: return ReadUInt64(data_, parent_width_); in AsUInt64()
511 case FBT_BOOL: in AsDouble()
688 return type_ == FBT_BOOL && Mutate(data_, b, parent_width_, BIT_WIDTH_8); in MutateBool()
1399 ? FBT_BOOL in GetScalarType()
[all …]
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/
Dflatbuffers.patch45 case FBT_BOOL: