Click or drag to resize

TfLiteInvoke Class

https://www.emgu.com
Class that provide access to native tensorflow lite functions
Inheritance Hierarchy
SystemObject
  Emgu.TF.LiteTfLiteInvoke

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
Syntax
public static class TfLiteInvoke

The TfLiteInvoke type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultGpuDelegateV2
Get the default GPU delegate V2 for Android
Public propertyStatic memberDefaultNnApiDelegate
Get the default stateful NNAPI delegate.
Public propertyStatic memberDefaultXNNPackDelegate
Get the default XNNPackDelegate
Public propertyStatic memberHasXNNPack
Return true if tflite is build with XNNPack
Public propertyStatic memberVersion
Get the tensorflow lite version.
Top
Methods
  NameDescription
Public methodStatic memberDefaultLoadUnmanagedModules
Attempts to load tensorflow modules from the specific location
Public methodStatic memberGetModuleFormatString
Get the module format string.
Public methodStatic memberGetNativeType
Get the equivalent native type from Tensorflow DataType
Public methodStatic memberInit
Check to make sure all the unmanaged libraries are loaded
Public methodStatic memberLoadUnmanagedModules
Attempts to load tensorflow modules from the specific location
Public methodStatic memberRedirectError
Redirect tensorflow lite error.
Top
Fields
  NameDescription
Public fieldStatic memberBoolMarshalType
Represent a bool value in C++
Public fieldStatic memberBoolToIntMarshalType
Represent a int value in C++
Public fieldStatic memberExternLibrary
The file name of the tfliteextern library
Public fieldStatic memberStringMarshalType
The string marshal type
Public fieldStatic memberTensorflowModuleList
The List of the tensorflow lite modules
Public fieldStatic memberTfLiteCallingConvention
The Tensorflow lite native api calling convention
Public fieldStatic memberTfliteErrorHandlerThrowException
The default error handler for tensorflow lite
Top
See Also