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 0ca9485 commit a0de3a0Copy full SHA for a0de3a0
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 TF_DataType dtype => _variable.dtype;
21
22
public string name => _variable.name;
23
0 commit comments