GraphSparseSparseMinimum Method |
Namespace: Emgu.TF
public Operation SparseSparseMinimum( Output a_indices, Output a_values, Output a_shape, Output b_indices, Output b_values, Output b_shape, string opName = "SparseSparseMinimum" )
Public Function SparseSparseMinimum ( 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 = "SparseSparseMinimum" ) As Operation
public: Operation^ SparseSparseMinimum( Output^ a_indices, Output^ a_values, Output^ a_shape, Output^ b_indices, Output^ b_values, Output^ b_shape, String^ opName = L"SparseSparseMinimum" )
member SparseSparseMinimum : 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 "SparseSparseMinimum" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,