feat: refactor to proper app + write tests
This commit is contained in:
@@ -6,4 +6,5 @@ internal interface ITensor<T>
|
||||
int Width { get; }
|
||||
void SetValue(int batch, int channel, int y, int x, T value);
|
||||
float GetValue(int batch, int channel, int y, int x);
|
||||
}
|
||||
Tensor<T> ToTensor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user