burn_tch/ops/
transactions.rs

1use burn_tensor::ops::TransactionOps;
2
3use crate::{LibTorch, TchElement};
4
5impl<E: TchElement> TransactionOps<Self> for LibTorch<E> {}