Files
candle/candle-nn
Daniël de Kok a90fc5ca5a Add VarBuilder::from_backend (#1670)
`candle-nn` already exposes a trait to define custom backends. However,
it's not possible to actually construct a `VarBuilder` with a custom
backend because the constructor is not exposed.

This change makes the constructor public and renames it from `new` to
`from_backend` to avoid that it is seen as the primary
constructor (which could be confusing to users).
2024-02-06 15:26:11 +01:00
..
2024-01-17 10:27:58 +01:00
2024-02-06 15:26:11 +01:00
2024-01-01 11:18:40 +01:00

candle-nn