This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
dtype in RefVariable
#137
tags/v0.1.0-Tensor
Oceania2018
6 years ago
parent
0ca9485dea
commit
a0de3a01f0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/TensorFlowNET.Core/Variables/RefVariable.cs
+ 1
- 0
src/TensorFlowNET.Core/Variables/RefVariable.cs
View File
@@ -17,6 +17,7 @@ namespace Tensorflow
private Operation _initializer_op;
public Operation initializer => _initializer_op;
public Operation op => _variable.op;
public TF_DataType dtype => _variable.dtype;
public string name => _variable.name;
Write
Preview
Loading…
Cancel
Save