We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b209fac commit 2a962b1Copy full SHA for 2a962b1
src/TensorFlowNET.Core/Variables/RefVariable.cs
@@ -17,6 +17,7 @@ public partial class RefVariable : VariableV1
17
private Operation _initializer_op;
18
public Operation initializer => _initializer_op;
19
public Operation op => _variable.op;
20
+ public Graph graph => _variable.Graph;
21
public TF_DataType dtype => _variable.dtype;
22
public TensorShape shape => tensor_util.to_shape(_variable.shape);
23
0 commit comments