burn/burn-candle
Zsombor 4fc0c27e31
Implement tensor.recip() function to calculate elementwise reciprocals (#953)
2023-11-15 09:17:32 -05:00
..
src Implement tensor.recip() function to calculate elementwise reciprocals (#953) 2023-11-15 09:17:32 -05:00
Cargo.toml Pin candle-core version to "0.3.0" version (#950) 2023-11-12 17:56:30 -05:00
README.md candle link 2023-10-24 18:28:10 -04:00

README.md

Burn Candle Backend

This crate provides a backend for Burn based on the Candle framework.

It is still in alpha stage, not all operations are supported. It is usable for some use cases, like for inference.

It can be used with CPU or CUDA.