Click or drag to resize

GraphDecodeProtoV2 Method

http://www.emgu.com
DecodeProtoV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
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"
)

Parameters

bytes
Type: Emgu.TFOutput
Input to the operation.
message_type
Type: SystemString
message type
field_names
Type: SystemString
field names
output_types
Type: Emgu.TFDataType
output types
descriptor_source (Optional)
Type: SystemString
descriptor source
message_format (Optional)
Type: SystemString
message format
sanitize (Optional)
Type: SystemBoolean
sanitize
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.DecodeProtoV2(Emgu.TF.Output,System.String,System.String[],Emgu.TF.DataType[],System.String,System.String,System.Boolean,System.String)"]

See Also