GraphSelu Method |
Namespace: Emgu.TF
public Operation Selu( Output features, string opName = "Selu" )
Public Function Selu ( features As Output, Optional opName As String = "Selu" ) As Operation
public: Operation^ Selu( Output^ features, String^ opName = L"Selu" )
member Selu : features : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "Selu" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,