Click or drag to resize

GraphDecodePaddedRaw Method

http://www.emgu.com
DecodePaddedRaw

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation DecodePaddedRaw(
	Output input_bytes,
	Output fixed_length,
	DataType out_type,
	bool little_endian = true,
	string opName = "DecodePaddedRaw"
)

Parameters

input_bytes
Type: Emgu.TFOutput
Input to the operation.
fixed_length
Type: Emgu.TFOutput
Input to the operation.
out_type
Type: Emgu.TFDataType
out type
little_endian (Optional)
Type: SystemBoolean
little endian
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also