Click or drag to resize

Server Constructor

http://www.emgu.com
Construct and return the tensorflow Server

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

Parameters

proto
Type: SystemByte
Serialized FunctionDef
status (Optional)
Type: Emgu.TFStatus
The status
See Also