Click or drag to resize

GraphDecodePng Method

http://www.emgu.com
DecodePng

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation DecodePng(
	Output contents,
	long channels = 0,
	Nullable<DataType> dtype = null,
	string opName = "DecodePng"
)

Parameters

contents
Type: Emgu.TFOutput
Input to the operation.
channels (Optional)
Type: SystemInt64
channels
dtype (Optional)
Type: SystemNullableDataType
dtype
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.DecodePng(Emgu.TF.Output,System.Int64,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also