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