Click or drag to resize

Server Constructor

https://www.emgu.com/wiki/index.php/Emgu_TF
Construct and return the tensorflow Server

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Server(
	byte[] proto,
	Status status = null
)

Parameters

proto
Type: SystemByte
Serialized ServerDef protocol buffer
status (Optional)
Type: Emgu.TFStatus
The status
See Also