File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Microsoft.ML.FastTree/Utils
Microsoft.ML.TensorFlow/TensorFlow Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- // -----------------------------------------------------------------------
2- // <copyright file="BufferPoolManager.cs" company="Microsoft Corporation">
3- // Copyright (C) All Rights Reserved
4- // </copyright>
5- // -----------------------------------------------------------------------
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.
64
75using System ;
86using System . Collections . Concurrent ;
Original file line number Diff line number Diff line change 1- // Copyright (c) Microsoft. All rights reserved.
2- // Licensed under the MIT license. See LICENSE file in the project root for full license information.
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.
34
45using System ;
56using System . Text ;
Original file line number Diff line number Diff line change 55<#@ import namespace="System.Text" #>
66<#@ import namespace="System.Collections.Generic" #>
77<#@ import namespace="System.Runtime.InteropServices" #>
8- <#@ output extension=".cs" #>// Copyright (c) Microsoft. All rights reserved.
9- // Licensed under the MIT license. See LICENSE file in the project root for full license information.
8+ <#@ output extension=".cs" #>
9+ // Licensed to the .NET Foundation under one or more agreements.
10+ // The .NET Foundation licenses this file to you under the MIT license.
11+ // See the LICENSE file in the project root for more information.
1012
1113using System;
1214using System.Text;
15+ using Microsoft.ML.Runtime;
1316
1417namespace Microsoft.ML.Transforms.TensorFlow
1518{
You can’t perform that action at this time.
0 commit comments