From 405c4a441c023798aa0113dafbdd7316040fef7f Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Sat, 19 Dec 2020 10:03:44 -0600 Subject: [PATCH] Make RuntimeHelpers be internal classs. --- src/TensorFlowNET.Core/Util/RuntimeHelpers.cs | 2 +- src/TensorFlowNET.Keras/Utils/RuntimeHelpers.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TensorFlowNET.Core/Util/RuntimeHelpers.cs b/src/TensorFlowNET.Core/Util/RuntimeHelpers.cs index 4e0c28b1..22f158c4 100644 --- a/src/TensorFlowNET.Core/Util/RuntimeHelpers.cs +++ b/src/TensorFlowNET.Core/Util/RuntimeHelpers.cs @@ -1,6 +1,6 @@ namespace System.Runtime.CompilerServices { - public static class RuntimeHelpers + internal static class RuntimeHelpers { /// /// Slices the specified array using the specified range. diff --git a/src/TensorFlowNET.Keras/Utils/RuntimeHelpers.cs b/src/TensorFlowNET.Keras/Utils/RuntimeHelpers.cs index 4e0c28b1..22f158c4 100644 --- a/src/TensorFlowNET.Keras/Utils/RuntimeHelpers.cs +++ b/src/TensorFlowNET.Keras/Utils/RuntimeHelpers.cs @@ -1,6 +1,6 @@ namespace System.Runtime.CompilerServices { - public static class RuntimeHelpers + internal static class RuntimeHelpers { /// /// Slices the specified array using the specified range.