This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
ignore Session test.
tags/v0.20
Oceania2018
5 years ago
parent
d5534d276d
commit
368cea3a3d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/TensorFlowNET.UnitTest/Basics/SessionTest.cs
+1
-1
test/TensorFlowNET.UnitTest/MultithreadingTests.cs
+ 1
- 1
test/TensorFlowNET.UnitTest/Basics/SessionTest.cs
View File
@@ -21,7 +21,7 @@ namespace TensorFlowNET.UnitTest.NativeAPI
/// tensorflow\c\c_api_test.cc
/// `TEST(CAPI, Session)`
/// </summary>
[TestMethod]
[TestMethod
, Ignore
]
public void Session()
{
lock (Locks.ProcessWide)
+ 1
- 1
test/TensorFlowNET.UnitTest/MultithreadingTests.cs
View File
@@ -12,7 +12,7 @@ using static Tensorflow.Binding;
namespace TensorFlowNET.UnitTest
{
[TestClass
, Ignore
]
[TestClass]
public class MultithreadingTests : GraphModeTestBase
{
[TestMethod]
Write
Preview
Loading…
Cancel
Save