Click or drag to resize

TfInvoke Class

http://www.emgu.com
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: 1.0.0
Syntax
public static class TfInvoke

The TfInvoke type exposes the following members.

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