Skip to content

Commit 2e1ed2d

Browse files
committed
Internalize tensorflow API and fix #3863
1 parent c5a18ef commit 2e1ed2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.ML.TensorFlow/TensorFlow/TensorflowUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
namespace Microsoft.ML.Transforms.TensorFlow
1616
{
17-
public static class TensorFlowUtils
17+
internal static class TensorFlowUtils
1818
{
1919
/// <summary>
2020
/// Key to access operator's type (a string) in <see cref="DataViewSchema.Column.Annotations"/>.

src/Microsoft.ML.TensorFlow/TensorFlowModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public TensorFlowEstimator ScoreTensorFlowModel(string[] outputColumnNames, stri
105105
/// <remarks>
106106
/// The support for retraining is experimental.
107107
/// </remarks>
108-
public TensorFlowEstimator RetrainTensorFlowModel(
108+
internal TensorFlowEstimator RetrainTensorFlowModel(
109109
string[] outputColumnNames,
110110
string[] inputColumnNames,
111111
string labelColumnName,

0 commit comments

Comments
 (0)