Click or drag to resize

TfInvoke Methods

https://www.emgu.com/wiki/index.php/Emgu_TF

The TfInvoke type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddLogSink
Add a log sink to receive log messages (tensorflow::TFAddLogSink)
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 memberInit
Check to make sure all the unmanaged libraries are loaded
Public methodStatic memberListAllPhysicalDevices
Get a list of all physical devices
Public methodStatic memberLoadUnmanagedModules
Attempts to load Tensorflow modules from the specific location
Public methodStatic memberMemcpy
Native implementation of the memory copy function
Public methodStatic memberOpHasKernel
Returns true if the operation has a kernel
Public methodStatic memberOpIsRegistered
Returns true if the operation is registered.
Public methodStatic memberRegisterLogListener
Register a Log Listener
Public methodStatic memberRemoveLogSink
Remove a log sink from receiving log messages (tensorflow::TFRemoveLogSink)
Public methodStatic memberTfDefaultLogListener
The default Log message listener
Top
See Also