Click or drag to resize

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
Syntax
public void SetDefaultDevice(
	string device
)

Parameters

device
Type: SystemString
The device name
See Also