pub trait SessionCachedDot: TensorDot { }Expand description
Session-scoped cached dot-general operations.
§Examples
use tenferro_tensor::BackendSession;
fn accepts_session_dot<S: BackendSession + ?Sized>(_session: &mut S) {}pub trait SessionCachedDot: TensorDot { }Session-scoped cached dot-general operations.
use tenferro_tensor::BackendSession;
fn accepts_session_dot<S: BackendSession + ?Sized>(_session: &mut S) {}