pub trait BackendRuntimeCache { }
Runtime cache associated with a backend.
use tenferro_tensor::BackendRuntimeCache; fn accepts_runtime_cache<B: BackendRuntimeCache>(_backend: &B) {}