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