Click or drag to resize

GraphBatchSvd Method

http://www.emgu.com
BatchSvd

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation BatchSvd(
	Output input,
	bool compute_uv = true,
	bool full_matrices = false,
	string opName = "BatchSvd"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
compute_uv (Optional)
Type: SystemBoolean
compute uv
full_matrices (Optional)
Type: SystemBoolean
full matrices
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also