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