Searched defs:IsSupportedType (Results 1 – 3 of 3) sorted by relevance
404 struct IsSupportedType { struct411 struct IsSupportedType<T, std::enable_if_t<std::is_function<T>::value>> { argument
78 typedef bool (*IsSupportedType)(TfLiteType); typedef
212 public static bool IsSupportedType<T>() in IsSupportedType() method in FlatBuffers.ByteBuffer