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