GraphSparseMatrixSoftmax Method |
Namespace: Emgu.TF
public Operation SparseMatrixSoftmax( Output logits, DataType type, string opName = "SparseMatrixSoftmax" )
Public Function SparseMatrixSoftmax ( logits As Output, type As DataType, Optional opName As String = "SparseMatrixSoftmax" ) As Operation
public: Operation^ SparseMatrixSoftmax( Output^ logits, DataType type, String^ opName = L"SparseMatrixSoftmax" )
member SparseMatrixSoftmax : logits : Output * type : DataType * ?opName : string (* Defaults: let _opName = defaultArg opName "SparseMatrixSoftmax" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.SparseMatrixSoftmax(Emgu.TF.Output,Emgu.TF.DataType,System.String)"]
2020 Emgu Corporation, All Rights Reserved,