GraphBatchSvd Method |
Namespace: Emgu.TF
public Operation BatchSvd( Output input, bool compute_uv = true, bool full_matrices = false, string opName = "BatchSvd" )
Public Function BatchSvd ( input As Output, Optional compute_uv As Boolean = true, Optional full_matrices As Boolean = false, Optional opName As String = "BatchSvd" ) As Operation
public: Operation^ BatchSvd( Output^ input, bool compute_uv = true, bool full_matrices = false, String^ opName = L"BatchSvd" )
member BatchSvd : input : Output * ?compute_uv : bool * ?full_matrices : bool * ?opName : string (* Defaults: let _compute_uv = defaultArg compute_uv true let _full_matrices = defaultArg full_matrices false let _opName = defaultArg opName "BatchSvd" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,