GraphLu Method |
Namespace: Emgu.TF
public Operation Lu( Output input, Nullable<DataType> output_idx_type = null, string opName = "Lu" )
Public Function Lu ( input As Output, Optional output_idx_type As Nullable(Of DataType) = Nothing, Optional opName As String = "Lu" ) As Operation
public: Operation^ Lu( Output^ input, Nullable<DataType> output_idx_type = nullptr, String^ opName = L"Lu" )
member Lu : input : Output * ?output_idx_type : Nullable<DataType> * ?opName : string (* Defaults: let _output_idx_type = defaultArg output_idx_type null let _opName = defaultArg opName "Lu" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,