TfInvokeIsGoogleCudaEnabled Property |
https://www.emgu.com/wiki/index.php/Emgu_TF
Returns true if CUDA is defined.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic static bool IsGoogleCudaEnabled { get; }
Public Shared ReadOnly Property IsGoogleCudaEnabled As Boolean
Get
public:
static property bool IsGoogleCudaEnabled {
bool get ();
}
static member IsGoogleCudaEnabled : bool with get
Property Value
Type:
Boolean
See Also