Skip to content

Commit 2fe36c8

Browse files
committed
Describe ShapeHint variants
1 parent 98ce1d1 commit 2fe36c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/expr.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ impl<T: TensorType> From<T> for Expr<T> {
7878
////////////////////////
7979

8080
/// Enum of an expr's possible shape states
81-
8281
pub enum ShapeHint<'a> {
82+
/// Unknown shape
8383
Unknown,
84+
85+
/// Well defined shape that exactly matches contained value
8486
Exactly(&'a [u64]),
8587
}
8688

0 commit comments

Comments
 (0)