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
Syntaxpublic Function(
byte[] proto,
Status status = null
)
Public Sub New (
proto As Byte(),
Optional status As Status = Nothing
)
public:
Function(
array<unsigned char>^ proto,
Status^ status = nullptr
)
new :
proto : byte[] *
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> Function
Parameters
- proto
- Type: SystemByte
Serialized FunctionDef - status (Optional)
- Type: Emgu.TFStatus
The status
See Also