GraphSparseSlice Method |
Namespace: Emgu.TF
public Operation SparseSlice( Output indices, Output values, Output shape, Output start, Output size, string opName = "SparseSlice" )
Public Function SparseSlice ( indices As Output, values As Output, shape As Output, start As Output, size As Output, Optional opName As String = "SparseSlice" ) As Operation
public: Operation^ SparseSlice( Output^ indices, Output^ values, Output^ shape, Output^ start, Output^ size, String^ opName = L"SparseSlice" )
member SparseSlice : indices : Output * values : Output * shape : Output * start : Output * size : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "SparseSlice" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,