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
2021 Emgu Corporation, All Rights Reserved,