Click or drag to resize

ImportGraphDefOptionsSetDefaultDevice Method

http://www.emgu.com
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: 1.0.0
Syntax
public void SetDefaultDevice(
	string device
)

Parameters

device
Type: SystemString
The device name
See Also