GraphSparseSegmentMean Method |
Namespace: Emgu.TF
public Operation SparseSegmentMean( Output data, Output indices, Output segment_ids, string opName = "SparseSegmentMean" )
Public Function SparseSegmentMean ( data As Output, indices As Output, segment_ids As Output, Optional opName As String = "SparseSegmentMean" ) As Operation
public: Operation^ SparseSegmentMean( Output^ data, Output^ indices, Output^ segment_ids, String^ opName = L"SparseSegmentMean" )
member SparseSegmentMean : data : Output * indices : Output * segment_ids : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "SparseSegmentMean" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,