Click or drag to resize

TfLiteInvoke Class

http://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.4.0.1059
Syntax
public static class TfLiteInvoke

The TfLiteInvoke type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultGpuDelegateV2
Get tge default Gpu Delegate V2
Public propertyStatic memberDefaultNnApiDelegate
Get the default stateful NNAPI delegate.
Public propertyStatic memberVersion
Get the tensorflow lite version.
Top
Methods
  NameDescription
Public methodStatic memberCheckLibraryLoaded
Check to make sure all the unmanaged libraries are loaded
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 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 memberTFCallingConvention
The Tensorflow native api calling convention
Public fieldStatic memberTfliteErrorHandlerThrowException
The default error handler for tensorflow lite
Top
See Also