Click or drag to resize

GraphDataFormatVecPermute Method

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

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

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