chore: format fixes [skip ci]
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user