summaryrefslogtreecommitdiff
path: root/candle-core/src/shape.rs
diff options
context:
space:
mode:
Diffstat (limited to 'candle-core/src/shape.rs')
-rw-r--r--candle-core/src/shape.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-core/src/shape.rs b/candle-core/src/shape.rs
index b5e64454..ad53f585 100644
--- a/candle-core/src/shape.rs
+++ b/candle-core/src/shape.rs
@@ -216,6 +216,7 @@ impl Dim for usize {
}
}
+#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum D {
Minus1,
Minus2,