luminal 0.2.0

Deep learning at the speed of light.
Documentation
1
2
3
4
5
use crate::prelude::*;

pub trait RealizeShapeTo<Dst: Shape>: Shape {}

impl<Src: Shape<Concrete = Dst::Concrete>, Dst: Shape> RealizeShapeTo<Dst> for Src {}