GraphVariableV2 Method |
Namespace: Emgu.TF
public Operation VariableV2( long[] shape, DataType dtype, string container = null, string shared_name = null, string opName = "VariableV2" )
Public Function VariableV2 ( shape As Long(), dtype As DataType, Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional opName As String = "VariableV2" ) As Operation
public: Operation^ VariableV2( array<long long>^ shape, DataType dtype, String^ container = nullptr, String^ shared_name = nullptr, String^ opName = L"VariableV2" )
member VariableV2 : 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 "VariableV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,