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 b24b4cd commit 47254beCopy full SHA for 47254be
onnxruntime/src/lib.rs
@@ -132,6 +132,9 @@ pub mod tensor;
132
pub use error::{OrtApiError, OrtError, Result};
133
use sys::OnnxEnumInt;
134
135
+// Re-export ndarray as it's part of the public API anyway
136
+pub use ndarray;
137
+
138
lazy_static! {
139
// static ref G_ORT: Arc<Mutex<AtomicPtr<sys::OrtApi>>> =
140
// Arc::new(Mutex::new(AtomicPtr::new(unsafe {
0 commit comments