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