Skip to main content

Crate burn_candle

Crate burn_candle 

Source
Expand description

Burn Candle Backend

Structs§

Candle
Tensor backend that uses the candle crate for executing tensor operations.
CandleTensor
A tensor that uses the candle backend.
CudaDevice
A Cuda device for the candle backend.
MetalDevice
A Metal device for the candle backend.

Enums§

CandleDevice
The device type for the candle backend. The device struct when using the candle backend.

Traits§

CandleElement
Candle element
FloatCandleElement
Candle float element
IntCandleElement
Candle int element