nncase/src/Nncase.Studio/Views/PreprocessView.axaml.cs

17 lines
386 B
C#

// Copyright (c) Canaan Inc. All rights reserved.
// Licensed under the Apache license. See LICENSE file in the project root for full license information.
using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
namespace Nncase.Studio.Views;
public partial class PreprocessView : UserControl
{
public PreprocessView()
{
InitializeComponent();
}
}