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