burn-mpsgraph 0.0.1

Apple MPSGraph backend for the Burn deep learning framework
Documentation
1
2
3
use burn_backend::ops::TransactionOps;
use crate::MpsGraph;
impl TransactionOps<MpsGraph> for MpsGraph {}