GraphEmpty Method |
Namespace: Emgu.TF
public Operation Empty( Output shape, DataType dtype, bool init = false, string opName = "Empty" )
Public Function Empty ( shape As Output, dtype As DataType, Optional init As Boolean = false, Optional opName As String = "Empty" ) As Operation
public: Operation^ Empty( Output^ shape, DataType dtype, bool init = false, String^ opName = L"Empty" )
member Empty : shape : Output * dtype : DataType * ?init : bool * ?opName : string (* Defaults: let _init = defaultArg init false let _opName = defaultArg opName "Empty" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,