Docs.rs
gpt-sovits-0.1.0
gpt-sovits 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
mzdk100
Dependencies
arpabet ^2.0.0
normal
async-stream ^0.3.6
normal
futures ^0.3.31
normal
jieba-rs ^0.8.1
normal
log ^0.4.28
normal
ndarray ^0.16.1
normal
ort ^2.0.0-rc.10
normal
pest ^2.8.2
normal
pest_derive ^2.8.2
normal
rand ^0.10.0-rc.0
normal
regex ^1.11.2
normal
rodio ^0.21.1
normal
serde ^1.0.224
normal
serde_json ^1.0.145
normal
tokenizers ^0.22.0
normal
tokio ^1.47.1
normal
unicode-segmentation ^1.12.0
normal
Versions
4.71%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
argmax
gpt_
sovits
0.1.0
gpt_sovits
Function
argmax
Copy item path
Source
pub fn argmax(logits: &[
f32
]) ->
i64
Expand description
Finds the token with the highest logit value (argmax).