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 (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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