Docs.rs
stonnx-0.1.3
stonnx 0.1.3
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Atari2
Dependencies
anyhow ^1.0.75
normal
bytemuck ^1.14.0
normal
clap ^4.4.8
normal
half ^2.3.1
normal
itertools ^0.12.0
normal
lazy_static ^1.4.0
normal
ndarray ^0.15.6
normal
ndarray-ndimage ^0.4.0
normal
ndarray-npy ^0.8.1
normal
ndarray-stats ^0.5.1
normal
num ^0.4.1
normal
once_cell ^1.19.0
normal
petgraph ^0.6.4
normal
protobuf ^3.2.0
normal
rand ^0.8.5
normal
rayon ^1.8.0
normal
serde ^1.0.192
normal
serde_json ^1.0.108
normal
smallvec ^1.11.2
normal
trait-set ^0.3.0
normal
walkdir ^2.3.3
normal
curl ^0.4.44
build
protobuf ^3.2.0
build
protobuf-codegen ^3.2.0
build
protoc-bin-vendored ^3.0.0
build
zip ^0.6
build
zip-extensions ^0.6.2
build
Versions
48.13%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module executor
stonnx_
api
0.1.3
Module executor
Module Items
Structs
Functions
In crate stonnx_
api
stonnx_api
Module
executor
Copy item path
Source
Structs
§
ONNX
Node
Represent an ONNX execution node, with an ID, the function to execute it and a reference to the internal ONNX node
Functions
§
compare_
outputs
Compare the expected outputs to the actual outputs
execute_
model