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