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 ca1fa35 commit 1fb41deCopy full SHA for 1fb41de
src/TensorFlowNET.Core/Variables/RefVariable.cs
@@ -17,6 +17,8 @@ public class RefVariable : VariableV1
17
public Operation initializer => _initializer_op;
18
public Operation op => _initializer_op;
19
20
+ public string name => _variable.name;
21
+
22
public RefVariable(object initial_value,
23
bool trainable = true,
24
List<string> collections = null,
0 commit comments