GraphDecodeProtoV2 Method |
Namespace: Emgu.TF
public Operation DecodeProtoV2( Output bytes, string message_type, string[] field_names, DataType[] output_types, string descriptor_source = null, string message_format = null, bool sanitize = false, string opName = "DecodeProtoV2" )
Public Function DecodeProtoV2 ( bytes As Output, message_type As String, field_names As String(), output_types As DataType(), Optional descriptor_source As String = Nothing, Optional message_format As String = Nothing, Optional sanitize As Boolean = false, Optional opName As String = "DecodeProtoV2" ) As Operation
public: Operation^ DecodeProtoV2( Output^ bytes, String^ message_type, array<String^>^ field_names, array<DataType>^ output_types, String^ descriptor_source = nullptr, String^ message_format = nullptr, bool sanitize = false, String^ opName = L"DecodeProtoV2" )
member DecodeProtoV2 : bytes : Output * message_type : string * field_names : string[] * output_types : DataType[] * ?descriptor_source : string * ?message_format : string * ?sanitize : bool * ?opName : string (* Defaults: let _descriptor_source = defaultArg descriptor_source null let _message_format = defaultArg message_format null let _sanitize = defaultArg sanitize false let _opName = defaultArg opName "DecodeProtoV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,