burn-flex 0.21.0

A fast, portable CPU backend for the Burn framework
Documentation
1
2
3
4
5
6
7
//! Transaction operations for the Flex backend.

use crate::Flex;
use burn_backend::ops::TransactionOps;

// TransactionOps has default implementations.
impl TransactionOps<Flex> for Flex {}