Click or drag to resize

GraphDecodeRaw Method

http://www.emgu.com
DecodeRaw

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation DecodeRaw(
	Output bytes,
	DataType out_type,
	bool little_endian = true,
	string opName = "DecodeRaw"
)

Parameters

bytes
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.DecodeRaw(Emgu.TF.Output,Emgu.TF.DataType,System.Boolean,System.String)"]

See Also