huggingface / candle

Minimalist ML framework for Rust
Apache License 2.0
13.79k stars 751 forks source link

candle-onnx: add operators RandomUniform and Exp #2116

Closed B1rtek closed 3 weeks ago

B1rtek commented 3 weeks ago

Adds the RandomUniform and Exp operators together with tests for them.

LaurentMazare commented 3 weeks ago

Thanks!