Searched defs:IsSupportedType (Results 1 – 4 of 4) sorted by relevance
157 struct IsSupportedType { struct164 struct IsSupportedType<T, std::enable_if_t<std::is_function_v<T>>> { argument
78 typedef bool (*IsSupportedType)(TfLiteType); typedef
55 bool IsSupportedType(int type) { in IsSupportedType() function
212 public static bool IsSupportedType<T>() in IsSupportedType() method in FlatBuffers.ByteBuffer