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();
|
||||
}
|
||||
}
|
||||
@@ -18,4 +18,4 @@ internal class ModelFactory(IResourceManager resourceManager) : IModelFactory
|
||||
_ => throw new ArgumentException($"Unknown model name: {resourceName}")
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user