SessionOptionsSetTarget Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Set the target in TF_SessionOptions.options.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic void SetTarget(
string target
)
Public Sub SetTarget (
target As String
)
public:
void SetTarget(
String^ target
)
member SetTarget :
target : string -> unit
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