Skip to main content

BackendRuntimeCache

Trait BackendRuntimeCache 

Source
pub trait BackendRuntimeCache { }
Expand description

Runtime cache associated with a backend.

§Examples

use tenferro_tensor::BackendRuntimeCache;

fn accepts_runtime_cache<B: BackendRuntimeCache>(_backend: &B) {}

Implementors§