Click or drag to resize

Emgu.TF.Lite Namespace

https://www.emgu.com
Wrapper of Tensorflow Lite functions.
Classes
  ClassDescription
Public classBuildinOpResolver
The default tensor flow lite buildin op resolver.
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
Gpu Delegate V2 for Android
Public classIntArray
A tensorflow integer array
Public classInterpreter
The tensorflow lite interpreter.
Public classStatefulNnApiDelegate
Stateful NNAPI delegate
Public classTensor
A tensorflow lite tensor
Public classTfLiteInvoke
Class that provide access to native tensorflow lite functions
Public classXNNPackDelegate
XNNPackDelegate
Structures
  StructureDescription
Public structureComplex64
Complex number
Public structureQuantizationParams
Parameters for asymmetric quantization.
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)
Delegates
  DelegateDescription
Public delegateTfLiteInvokeTfLiteErrorCallback
Define the functional interface for the error callback
Enumerations
  EnumerationDescription
Public enumerationAllocationType
Memory allocation strategies.
Public enumerationDataType
Types supported by tensor
Public enumerationStatus
Tensorflow lite status