Click or drag to resize

Function Constructor

https://www.emgu.com/wiki/index.php/Emgu_TF
Construct and return the function whose FunctionDef representation is serialized in proto

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

Parameters

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