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