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.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public static class TfInvoke

The TfInvoke type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIsGoogleCudaEnabled
Returns true if CUDA is defined.
Public propertyStatic memberVersion
Get the tensorflow version
Top
Methods
  NameDescription
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.
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