TfInvoke Class |
Namespace: Emgu.TF
The TfInvoke type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DefaultLogForwarderSink |
Get the default log forwarder sink
|
![]() ![]() | GpuSupportsHalfMatMulAndConv |
Returns true if Gpu supports HalfMatMulAndConv
|
![]() ![]() | IsBuiltWithNvcc |
Returns true if Tensorflow is built with Nvcc
|
![]() ![]() | IsBuiltWithROCm |
Returns true if Tensorflow is built with ROCm
|
![]() ![]() | IsGoogleCudaEnabled |
Returns true if CUDA is enabled.
|
![]() ![]() | IsMklEnabled |
Returns true if MKL is enabled
|
![]() ![]() | Version |
Get the tensorflow version
|
Name | Description | |
---|---|---|
![]() ![]() | AddLogSink |
Add a log sink to receive log messages (tensorflow::TFAddLogSink)
|
![]() ![]() | 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.
|
![]() ![]() | RegisterLogListener |
Register a Log Listener
|
![]() ![]() | RemoveLogSink |
Remove a log sink from receiving log messages (tensorflow::TFRemoveLogSink)
|
![]() ![]() | TfDefaultLogListener |
The default Log message listener
|
Name | Description | |
---|---|---|
![]() ![]() | LogMsgReceived |
Handle the event when Log Message is received
|
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
|