ImportGraphDefOptionsSetDefaultDevice Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Set the execution device for nodes in GraphDef.
Only applies to nodes where a device was not already explicitly specified.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic void SetDefaultDevice(
string device
)
Public Sub SetDefaultDevice (
device As String
)
public:
void SetDefaultDevice(
String^ device
)
member SetDefaultDevice :
device : string -> unit
Parameters
- device
- Type: SystemString
The device name
See Also