burn-mpsgraph 0.0.1

Apple MPSGraph backend for the Burn deep learning framework
Documentation
1
2
3
4
use burn_backend::ops::ActivationOps;
use crate::MpsGraph;

impl ActivationOps<MpsGraph> for MpsGraph {}