We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a8858 commit ab27f34Copy full SHA for ab27f34
src/Microsoft.ML.TensorFlow/AssemblyInfo.cs
@@ -0,0 +1,8 @@
1
+// Licensed to the .NET Foundation under one or more agreements.
2
+// The .NET Foundation licenses this file to you under the MIT license.
3
+// See the LICENSE file in the project root for more information.
4
+
5
+using System.Runtime.CompilerServices;
6
+using Microsoft.ML;
7
8
+[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.TensorFlow.StaticPipe" + PublicKey.Value)]
0 commit comments