chore: format fixes [skip ci]
This commit is contained in:
@@ -63,4 +63,4 @@ public class ModNetModelTests
|
|||||||
{
|
{
|
||||||
_sut.BlueNormalizationStd.ShouldBe(0.225f);
|
_sut.BlueNormalizationStd.ShouldBe(0.225f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -16,4 +16,4 @@ global using SixLabors.ImageSharp.PixelFormats;
|
|||||||
|
|
||||||
global using Spectre.Console;
|
global using Spectre.Console;
|
||||||
global using Spectre.Console.Cli;
|
global using Spectre.Console.Cli;
|
||||||
global using Spectre.Console.Testing;
|
global using Spectre.Console.Testing;
|
||||||
@@ -38,4 +38,4 @@ catch (Exception ex)
|
|||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
await Log.CloseAndFlushAsync();
|
await Log.CloseAndFlushAsync();
|
||||||
}
|
}
|
||||||
@@ -7,4 +7,4 @@ internal interface ITensor<T>
|
|||||||
void SetValue(int batch, int channel, int y, int x, T value);
|
void SetValue(int batch, int channel, int y, int x, T value);
|
||||||
float GetValue(int batch, int channel, int y, int x);
|
float GetValue(int batch, int channel, int y, int x);
|
||||||
Tensor<T> ToTensor();
|
Tensor<T> ToTensor();
|
||||||
}
|
}
|
||||||
@@ -18,4 +18,4 @@ internal class ModelFactory(IResourceManager resourceManager) : IModelFactory
|
|||||||
_ => throw new ArgumentException($"Unknown model name: {resourceName}")
|
_ => throw new ArgumentException($"Unknown model name: {resourceName}")
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2,12 +2,12 @@ global using System.ComponentModel;
|
|||||||
global using System.Reflection;
|
global using System.Reflection;
|
||||||
|
|
||||||
global using BGR.Console.Common;
|
global using BGR.Console.Common;
|
||||||
|
global using BGR.Console.Logging;
|
||||||
global using BGR.Console.Removal;
|
global using BGR.Console.Removal;
|
||||||
global using BGR.Console.Removal.ImageSharp;
|
global using BGR.Console.Removal.ImageSharp;
|
||||||
global using BGR.Console.Removal.Models;
|
global using BGR.Console.Removal.Models;
|
||||||
global using BGR.Console.Removal.Onnx;
|
global using BGR.Console.Removal.Onnx;
|
||||||
global using BGR.Console.Resources;
|
global using BGR.Console.Resources;
|
||||||
global using BGR.Console.Logging;
|
|
||||||
|
|
||||||
global using Microsoft.Extensions.DependencyInjection;
|
global using Microsoft.Extensions.DependencyInjection;
|
||||||
global using Microsoft.Extensions.Hosting;
|
global using Microsoft.Extensions.Hosting;
|
||||||
|
|||||||
Reference in New Issue
Block a user