GraphLeakyRelu Method |
Namespace: Emgu.TF
public Operation LeakyRelu( Output features, float alpha = 0.2f, string opName = "LeakyRelu" )
Public Function LeakyRelu ( features As Output, Optional alpha As Single = 0.2F, Optional opName As String = "LeakyRelu" ) As Operation
public: Operation^ LeakyRelu( Output^ features, float alpha = 0.2f, String^ opName = L"LeakyRelu" )
member LeakyRelu : features : Output * ?alpha : float32 * ?opName : string (* Defaults: let _alpha = defaultArg alpha 0.2f let _opName = defaultArg opName "LeakyRelu" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,