Click or drag to resize

GraphBatchMatrixBandPart Method

http://www.emgu.com
BatchMatrixBandPart

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation BatchMatrixBandPart(
	Output input,
	Output num_lower,
	Output num_upper,
	string opName = "BatchMatrixBandPart"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
num_lower
Type: Emgu.TFOutput
Input to the operation.
num_upper
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.BatchMatrixBandPart(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also