Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Delementwise.cc36 typedef bool (*IsSupportedType)(TfLiteType); typedef
37 template <IsSupportedType>
44 if (!IsSupportedType(input->type)) { in GenericPrepare()
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs211 public static bool IsSupportedType<T>() in IsSupportedType() method in FlatBuffers.ByteBuffer
823 if (!IsSupportedType<T>())
863 if (!IsSupportedType<T>())
DFlatBufferBuilder.cs304 if(!ByteBuffer.IsSupportedType<T>())
325 if (!ByteBuffer.IsSupportedType<T>())