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