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
[Missing <returns> documentation for "M:Emgu.TF.Graph.ReadVariableOp(Emgu.TF.Output,Emgu.TF.DataType,System.String)"]
2018 Emgu Corporation, All Rights Reserved,