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