GraphVariable Method |
Namespace: Emgu.TF
public Operation Variable( long[] shape, DataType dtype, string container = null, string shared_name = null, string opName = "Variable" )
Public Function Variable ( shape As Long(), dtype As DataType, Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional opName As String = "Variable" ) As Operation
public: Operation^ Variable( array<long long>^ shape, DataType dtype, String^ container = nullptr, String^ shared_name = nullptr, String^ opName = L"Variable" )
member Variable : shape : int64[] * dtype : DataType * ?container : string * ?shared_name : string * ?opName : string (* Defaults: let _container = defaultArg container null let _shared_name = defaultArg shared_name null let _opName = defaultArg opName "Variable" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,