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