pub trait BackendCachedDot: BackendRuntimeCache + TensorDot { }Expand description
Backend-owned cached dot-general operations.
§Examples
use tenferro_tensor::BackendCachedDot;
fn accepts_backend_cached_dot<B: BackendCachedDot>(_backend: &mut B) {}pub trait BackendCachedDot: BackendRuntimeCache + TensorDot { }Backend-owned cached dot-general operations.
use tenferro_tensor::BackendCachedDot;
fn accepts_backend_cached_dot<B: BackendCachedDot>(_backend: &mut B) {}