Click or drag to resize

GraphDecodeProtoV2 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
DecodeProtoV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] sizes(type: DtInt32). [1] values(type: DtInvalid).
See Also