robertknight / rten

ONNX neural network inference engine
124 stars 9 forks source link

Use `f32::round_ties_even` instead of `libm::rintf` #373

Closed robertknight closed 1 month ago

robertknight commented 1 month ago

Use the stdlib API that was stabilized in Rust v1.77. libm is now only used directly as a dev dependency.