TfInvoke Class |
Namespace: Emgu.TF
The TfInvoke type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IsGoogleCudaEnabled |
Returns true if CUDA is defined.
|
![]() ![]() | Version |
Get the tensorflow version
|
Name | Description | |
---|---|---|
![]() ![]() | 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
|
![]() ![]() | Init |
Check to make sure all the unmanaged libraries are loaded
|
![]() ![]() | ListAllPhysicalDevices |
Get a list of all physical devices
|
![]() ![]() | LoadUnmanagedModules |
Attempts to load Tensorflow modules from the specific location
|
![]() ![]() | Memcpy |
Native implementation of the memory copy function
|
![]() ![]() | 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
|