Searched refs:IsSupportedType (Results 1 – 4 of 4) sorted by relevance
38 typedef bool (*IsSupportedType)(TfLiteType); typedef39 template <IsSupportedType>48 if (!IsSupportedType(input->type)) { in GenericPrepare()
211 public static bool IsSupportedType<T>() in IsSupportedType() method in FlatBuffers.ByteBuffer823 if (!IsSupportedType<T>())863 if (!IsSupportedType<T>())
308 if(!ByteBuffer.IsSupportedType<T>())329 if (!ByteBuffer.IsSupportedType<T>())
82 typedef bool (*IsSupportedType)(TfLiteType); typedef83 template <IsSupportedType is_supported_type, const char* op_name>