Click or drag to resize

Emgu.TF.Lite Namespace

http://www.emgu.com
Wrapper of Tensorflow Lite functions.
Classes
  ClassDescription
Public classAllocationType
Memory allocation strategies.
Public classBuildinOpResolver
The default tensor flow lite buildin op resolver.
Public classComplex64
Complex number
Public classDataType
Types supported by tensor
Public classDynamicBuffer
DynamicBuffer holds temporary buffer that will be used to create a dynamic tensor.
Public classFlatBufferModel
An RAII object that represents a read-only tflite model, copied from disk, or mmapped. This uses flatbuffers as the serialization format.
Public classGpuDelegateV2
Public classIntArray
A tensorflow integer array
Public classInterpreter
The tensorflow lite interpreter.
Public classQuantizationParams
Parameters for asymmetric quantization.
Public classStatefulNnApiDelegate
Public classStatus
Tensorflow lite status
Public classTensor
A tensorflow lite tensor
Public classTfLiteInvoke
Class that provide access to native tensorflow lite functions
Public classTfLiteInvokeTfliteErrorCallback
Define the functional interface for the error callback
Interfaces
  InterfaceDescription
Public interfaceIDelegate
Abstract interface that returns a pointer to the delegate
Public interfaceIOpResolver
Abstract interface that returns TfLiteRegistrations given op codes or custom op names. This is the mechanism that ops being referenced in the flatbuffer model are mapped to executable function pointers (TfLiteRegistrations)