GraphSdcaShrinkL1 Method |
Namespace: Emgu.TF
public Operation SdcaShrinkL1( Output weights, float l1, float l2, string opName = "SdcaShrinkL1" )
Public Function SdcaShrinkL1 ( weights As Output, l1 As Single, l2 As Single, Optional opName As String = "SdcaShrinkL1" ) As Operation
public: Operation^ SdcaShrinkL1( Output^ weights, float l1, float l2, String^ opName = L"SdcaShrinkL1" )
member SdcaShrinkL1 : weights : Output * l1 : float32 * l2 : float32 * ?opName : string (* Defaults: let _opName = defaultArg opName "SdcaShrinkL1" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,