Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Delementwise.cc38 typedef bool (*IsSupportedType)(TfLiteType); typedef
39 template <IsSupportedType>
48 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.cs308 if(!ByteBuffer.IsSupportedType<T>())
329 if (!ByteBuffer.IsSupportedType<T>())
/external/tensorflow/tensorflow/lite/kernels/
Delementwise.cc82 typedef bool (*IsSupportedType)(TfLiteType); typedef
83 template <IsSupportedType is_supported_type, const char* op_name>