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
Make RuntimeHelpers be internal classs.
tags/keras_v0.3.0
Oceania2018
4 years ago
parent
862ff66924
commit
405c4a441c
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TensorFlowNET.Core/Util/RuntimeHelpers.cs
+1
-1
src/TensorFlowNET.Keras/Utils/RuntimeHelpers.cs
+ 1
- 1
src/TensorFlowNET.Core/Util/RuntimeHelpers.cs
View File
@@ -1,6 +1,6 @@
namespace System.Runtime.CompilerServices
{
public
static class RuntimeHelpers
internal
static class RuntimeHelpers
{
/// <summary>
/// Slices the specified array using the specified range.
+ 1
- 1
src/TensorFlowNET.Keras/Utils/RuntimeHelpers.cs
View File
@@ -1,6 +1,6 @@
namespace System.Runtime.CompilerServices
{
public
static class RuntimeHelpers
internal
static class RuntimeHelpers
{
/// <summary>
/// Slices the specified array using the specified range.
Write
Preview
Loading…
Cancel
Save