Docs.rs
yscv-model-0.1.1
yscv-model 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
enthropy7
Dependencies
image ^0.25
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
yscv-autograd ^0.1
normal
yscv-imgproc ^0.1
normal
yscv-kernels ^0.1
normal
yscv-onnx ^0.1
normal
yscv-optim ^0.1
normal
yscv-tensor ^0.1
normal
criterion ^0.5
dev
Versions
42.08%
of the crate is documented
Go to latest version
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
Skip to main content
checkpoint_from_json
yscv_
model
0.1.1
yscv_model
Function
checkpoint_
from_
json
Copy item path
Source
pub fn checkpoint_from_json( json: &
str
, ) ->
Result
<
SequentialCheckpoint
,
ModelError
>