-
I have some code using `ndarray` dot products, which in turn calls `matrixmultiply::sgemm` or `dgemm`, and these trap when built with cranelift. Here's a reproducer:
```toml
cargo-features = ["cod…
-
**👶 Getting Started**
Please [search the history](https://github.com/wiseaidev/rust-data-analysis/issues) to see if an issue already exists for the same problem.
- [X] I have searched the existing…
-
./program: error while loading shared libraries: libonnxruntime.so.1.15.1: cannot open shared object file: No such file or directory
Cargo.toml
```
[package]
name = "antivirus"
version = "0.1.0…
-
I'm getting this error while I run my model:
```
Error: ModelError(Failed analyse for node #529 "/Add" Add
Caused by:
0: Infering facts
1: Applying rule WithRule { inputs[1].shape }
…
-
Hi! Thanks for all your work!
I gave this crate a try, and while it's easy to use, sadly I'm getting different (and thus wrong) outputs from my models.
Here is a gist for rust with ort: https://gi…
-
### Current Behavior
Not sure if this is related to cbindgen. I have the following repo structure:
```
│
├─ build # cmake build folder
├─ cpp
│ └─ CMakeLists.txt
│ └─ cpp files
├─ DeepFilt…
-
In the latest nightly (I’ve tested `62ebe3a2b 2023-09-08`), from #115201 we get better/more documentation on type aliases, including inherent and trait impls of the aliased type.
For some crates, t…
-
In `num-bigint` master, we've implemented `PartialEq` and `PartialOrd` between the bigint types and the primitive integers. [I'm reconsidering this](https://github.com/rust-num/num-bigint/issues/150),…
-
I'm trying to compile the README example, but I'm stubling across this error during compilation, and I'm not familiar enough with Rust to understand what exactly is going wrong. `snd.read_all_to_ndarr…
-
## Description
For a project of mine, I've been attempting to utilize this crate for a series of modular neural networks. However, I noticed that I've been receiving several errors from the crate's…