Click or drag to resize

TfInvoke Methods

http://www.emgu.com

The TfInvoke type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckLibraryLoaded
Check to make sure all the unmanaged libraries are loaded
Public methodStatic memberDataTypeSize
Get the size of the datatype in bytes.
Public methodStatic memberDefaultLoadUnmanagedModules
Attempts to load tensorflow modules from the specific location
Public methodStatic memberGetAllOpList
Get the proto buffer that contains the list of all the supported operations.
Public methodStatic memberGetModuleFormatString
Get the module format string.
Public methodStatic memberGetNativeType
Get the equivalent native type from Tensorflow DataType
Public methodStatic memberListAllPhysicalDevices
Public methodStatic memberLoadUnmanagedModules
Attempts to load Tensorflow modules from the specific location
Public methodStatic memberOpHasKernel
Returns true if the operation has a kernel
Public methodStatic memberOpIsRegistered
Returns true if the operation is registered.
Top
See Also