TfInvoke Class |
Namespace: Emgu.TF
The TfInvoke type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IsGoogleCudaEnabled |
Returns true if GOOGLE_CUDA is defined.
|
![]() ![]() | Version |
Get the tensor flow version
|
Name | Description | |
---|---|---|
![]() ![]() | CheckLibraryLoaded |
Check to make sure all the unmanaged libraries are loaded
|
![]() ![]() | DataTypeSize |
Get the size of the datatype in bytes.
|
![]() ![]() | DefaultLoadUnmanagedModules |
Attempts to load tensorflow modules from the specific location
|
![]() ![]() | GetAllOpList |
Get the proto buffer that contains the list of all the supported operations.
|
![]() ![]() | GetModuleFormatString |
Get the module format string.
|
![]() ![]() | GetNativeType |
Get the equivalent native type from Tensorflow DataType
|
![]() ![]() | ListAllPhysicalDevices | |
![]() ![]() | LoadUnmanagedModules |
Attempts to load Tensorflow modules from the specific location
|
![]() ![]() | OpHasKernel |
Returns true if the operation has a kernel
|
![]() ![]() | OpIsRegistered |
Returns true if the operation is registered.
|
Name | Description | |
---|---|---|
![]() ![]() | BoolMarshalType |
Represent a bool value in C++
|
![]() ![]() | BoolToIntMarshalType |
Represent a int value in C++
|
![]() ![]() | ExternLibrary |
The file name of the tfextern library
|
![]() ![]() | StringMarshalType |
The string marshal type
|
![]() ![]() | TensorflowModuleList |
The List of the tensorflow modules
|
![]() ![]() | TFCallingConvention |
The Tensorflow native api calling convention
|