Click or drag to resize

SessionOptionsSetTarget Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Set the target in TF_SessionOptions.options.

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public void SetTarget(
	string target
)

Parameters

target
Type: SystemString
target can be empty, a single entry, or a comma separated list of entries. Each entry is in one of the following formats : "local" ip:port host:port
See Also