burn-tch 0.21.0

LibTorch backend for the Burn framework using the tch bindings.
Documentation
1
2
3
4
5
use burn_backend::ops::TransactionOps;

use crate::{LibTorch, TchElement};

impl<E: TchElement> TransactionOps<Self> for LibTorch<E> {}