Cleanup the pyo3 setup. (#705)

This commit is contained in:
Laurent Mazare
2023-09-01 15:26:18 +02:00
committed by GitHub
parent af552a5274
commit 237323c2bc
3 changed files with 13 additions and 5 deletions

View File

@ -16,7 +16,6 @@ pub enum Device {
Cuda(crate::CudaDevice),
}
// TODO: Should we back the cpu implementation using the NdArray crate or similar?
pub trait NdArray {
fn shape(&self) -> Result<Shape>;