Click or drag to resize

TfInvoke Class

https://www.emgu.com/wiki/index.php/Emgu_TF
Entry points to the native Tensorflow library.
Entry points to the native Tensorflow library.
Inheritance Hierarchy
SystemObject
  Emgu.TFTfInvoke

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public static class TfInvoke

The TfInvoke type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultLogForwarderSink
Get the default log forwarder sink
Public propertyStatic memberGpuSupportsHalfMatMulAndConv
Returns true if Gpu supports HalfMatMulAndConv
Public propertyStatic memberIsBuiltWithNvcc
Returns true if Tensorflow is built with Nvcc
Public propertyStatic memberIsBuiltWithROCm
Returns true if Tensorflow is built with ROCm
Public propertyStatic memberIsGoogleCudaEnabled
Returns true if CUDA is enabled.
Public propertyStatic memberIsMklEnabled
Returns true if MKL is enabled
Public propertyStatic memberVersion
Get the tensorflow version
Top
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
Events
  NameDescription
Public eventStatic memberLogMsgReceived
Handle the event when Log Message is received
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 tfextern library
Public fieldStatic memberStringMarshalType
The string marshal type
Public fieldStatic memberTensorflowModuleList
The List of the tensorflow modules
Public fieldStatic memberTfCallingConvention
The Tensorflow native api calling convention
Top
See Also