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.
2 parents 88c6bab + 21afb97 commit cd5a6ebCopy full SHA for cd5a6eb
onnxruntime/src/lib.rs
@@ -109,7 +109,7 @@ to download.
109
//! # }
110
//! ```
111
//!
112
-//! The outputs are of type [`OrtOwnedTensor`](tensor/struct.OrtOwnedTensor.html)s inside a vector,
+//! The outputs are of type [`OrtOwnedTensor`](tensor/ort_owned_tensor/struct.OrtOwnedTensor.html)s inside a vector,
113
//! with the same length as the inputs.
114
115
//! See the [`sample.rs`](https://github.com/nbigaouette/onnxruntime-rs/blob/master/onnxruntime/examples/sample.rs)
0 commit comments