GraphSparseReduceMaxSparse Method |
Namespace: Emgu.TF
public Operation SparseReduceMaxSparse( Output input_indices, Output input_values, Output input_shape, Output reduction_axes, bool keep_dims = false, string opName = "SparseReduceMaxSparse" )
Public Function SparseReduceMaxSparse ( input_indices As Output, input_values As Output, input_shape As Output, reduction_axes As Output, Optional keep_dims As Boolean = false, Optional opName As String = "SparseReduceMaxSparse" ) As Operation
public: Operation^ SparseReduceMaxSparse( Output^ input_indices, Output^ input_values, Output^ input_shape, Output^ reduction_axes, bool keep_dims = false, String^ opName = L"SparseReduceMaxSparse" )
member SparseReduceMaxSparse : input_indices : Output * input_values : Output * input_shape : Output * reduction_axes : Output * ?keep_dims : bool * ?opName : string (* Defaults: let _keep_dims = defaultArg keep_dims false let _opName = defaultArg opName "SparseReduceMaxSparse" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,