diff options
Diffstat (limited to 'candle-core/src/backend.rs')
-rw-r--r-- | candle-core/src/backend.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/candle-core/src/backend.rs b/candle-core/src/backend.rs index 8815c08d..cee1cad0 100644 --- a/candle-core/src/backend.rs +++ b/candle-core/src/backend.rs @@ -21,8 +21,6 @@ pub trait BackendStorage: Sized { fn cmp(&self, _: CmpOp, _: &Self, _: &Layout, _: &Layout) -> Result<Self>; - fn divide_by_sum_over_dim(&mut self, _: &Shape, _: usize) -> Result<()>; - fn to_dtype(&self, _: &Layout, _: DType) -> Result<Self>; fn unary_impl<B: UnaryOpT>(&self, _: &Layout) -> Result<Self>; |