feat: refactor to proper app + write tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace BGR.Console.Removal;
|
||||
|
||||
internal interface IInferenceRunner
|
||||
{
|
||||
ITensor<float> Run(byte[] model, ITensor<float> inputTensor);
|
||||
}
|
||||
Reference in New Issue
Block a user