Docs.rs
ferric-core-0.0.1
ferric-core 0.0.1
Permalink
Docs.rs crate page
Apache-2.0
13 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
dcharlot-physicalai-bmi
Dependencies
bytemuck ^1.25.1
normal
flume ^0.12.0
normal
wgpu ^30.0.0
normal
pollster ^1.0.1
dev
Versions
29.55%
of the crate is documented
Platform
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
softmax
ferric_
core
0.0.1
In ferric_
core::
cpu
ferric_core
::
cpu
Function
softmax
Copy item path
Source
pub fn softmax(x: &[
f32
], rows:
usize
, d:
usize
) ->
Vec
<
f32
>