chore: format fixes [skip ci]

This commit is contained in:
GitHub Actions
2025-02-14 01:45:35 +00:00
parent 5aae926f1b
commit 754f1a626a
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ internal interface ITensor<T>
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();
}
}