GraphDenseBincount Method |
Namespace: Emgu.TF
public Operation DenseBincount( Output input, Output size, Output weights, bool binary_output = false, string opName = "DenseBincount" )
Public Function DenseBincount ( input As Output, size As Output, weights As Output, Optional binary_output As Boolean = false, Optional opName As String = "DenseBincount" ) As Operation
public: Operation^ DenseBincount( Output^ input, Output^ size, Output^ weights, bool binary_output = false, String^ opName = L"DenseBincount" )
member DenseBincount : input : Output * size : Output * weights : Output * ?binary_output : bool * ?opName : string (* Defaults: let _binary_output = defaultArg binary_output false let _opName = defaultArg opName "DenseBincount" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,