GraphSparseSparseMaximum Method |
Namespace: Emgu.TF
public Operation SparseSparseMaximum( Output a_indices, Output a_values, Output a_shape, Output b_indices, Output b_values, Output b_shape, string opName = "SparseSparseMaximum" )
Public Function SparseSparseMaximum ( a_indices As Output, a_values As Output, a_shape As Output, b_indices As Output, b_values As Output, b_shape As Output, Optional opName As String = "SparseSparseMaximum" ) As Operation
public: Operation^ SparseSparseMaximum( Output^ a_indices, Output^ a_values, Output^ a_shape, Output^ b_indices, Output^ b_values, Output^ b_shape, String^ opName = L"SparseSparseMaximum" )
member SparseSparseMaximum : a_indices : Output * a_values : Output * a_shape : Output * b_indices : Output * b_values : Output * b_shape : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "SparseSparseMaximum" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,