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
IsWhileContext returns false.
tags/v0.13
Oceania2018
6 years ago
parent
3090e45837
commit
2394a8014e
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
src/TensorFlowNET.Core/Operations/ControlFlows/ControlFlowContext.cs
+ 1
- 3
src/TensorFlowNET.Core/Operations/ControlFlows/ControlFlowContext.cs
View File
@@ -305,9 +305,7 @@ namespace Tensorflow.Operations
}
public virtual bool IsWhileContext()
{
throw new NotImplementedException("IsWhileContext");
}
=> false;
public virtual bool IsCondContext()
=> false;
Write
Preview
Loading…
Cancel
Save