rust-ncnn icon indicating copy to clipboard operation
rust-ncnn copied to clipboard

ncnn Rust API.

Results 4 rust-ncnn issues
Sort by recently updated
recently updated
newest added

Compile on raspberry pi Bullseye 32bit armhf is failed by mismatched types ``` Compiling ncnn-rs v0.1.2 (https://github.com/tpoisonooo/rust-ncnn.git?rev=89fde76#89fde767) error[E0308]: mismatched types --> /home/pi/.cargo/git/checkouts/rust-ncnn-61b5afba67685a71/89fde76/ncnn-rs/src/mat.rs:400:18 | 399 | pub fn cstep(&self) -> u64...

Compilation fails because the glslang git submodule of ncnn is missing. It requires going to the build directory and manually call `git submodule update --init`

Asking mostly to have access to the vulkan options

Hi, I tried to build with `cargo run --example get_version`, both from source and prebuilt ncnn. Both of them failed with ``` Compiling ncnn-bind v0.1.2 (/home/shisoft/rust-ncnn/ncnn-bind) error: failed to run...