We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59822a4 commit 9ff804fCopy full SHA for 9ff804f
src/lib.rs
@@ -1018,7 +1018,7 @@ pub fn version() -> std::result::Result<String, Utf8Error> {
1018
////////////////////////
1019
1020
#[deprecated(note="Use Shape instead.")]
1021
-type TensorShape = Shape;
+pub type TensorShape = Shape;
1022
1023
/// A Shape is the shape of a tensor. A Shape may be an unknown rank, or it may
1024
/// have a known rank with each dimension being known or unknown.
0 commit comments