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