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