Click or drag to resize

GraphMatrixDiagV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation MatrixDiagV2(
	Output diagonal,
	Output k,
	Output num_rows,
	Output num_cols,
	Output padding_value,
	string opName = "MatrixDiagV2"
)

Parameters

diagonal
Type: Emgu.TFOutput
Input to the operation.
k
Type: Emgu.TFOutput
Input to the operation.
num_rows
Type: Emgu.TFOutput
Input to the operation.
num_cols
Type: Emgu.TFOutput
Input to the operation.
padding_value
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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