Click or drag to resize

GraphDataFormatDimMap Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation DataFormatDimMap(
	Output x,
	string src_format = null,
	string dst_format = null,
	string opName = "DataFormatDimMap"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
src_format (Optional)
Type: SystemString
src format
dst_format (Optional)
Type: SystemString
dst format
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] y(type: DtInvalid).
See Also