Trait custos_math::custos::CacheReturn
source · pub trait CacheReturn: GraphReturn {
type CT;
// Required method
fn cache(&self) -> RefMut<'_, Cache<Self>>
where Self: RawConv;
}Expand description
This trait makes a device’s Cache accessible and is implemented for all compute devices.