Browse Source

Make RuntimeHelpers be internal classs.

tags/keras_v0.3.0
Oceania2018 4 years ago
parent
commit
405c4a441c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/TensorFlowNET.Core/Util/RuntimeHelpers.cs
  2. +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.


Loading…
Cancel
Save