pub struct TensorTrainConfig {
pub max_rank: usize,
pub tolerance: f64,
}Expand description
Tensor Train configuration
Fields§
§max_rank: usizeMaximum rank (0 = no limit)
tolerance: f64Truncation tolerance
Trait Implementations§
Source§impl Clone for TensorTrainConfig
impl Clone for TensorTrainConfig
Source§fn clone(&self) -> TensorTrainConfig
fn clone(&self) -> TensorTrainConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TensorTrainConfig
impl Debug for TensorTrainConfig
Auto Trait Implementations§
impl Freeze for TensorTrainConfig
impl RefUnwindSafe for TensorTrainConfig
impl Send for TensorTrainConfig
impl Sync for TensorTrainConfig
impl Unpin for TensorTrainConfig
impl UnwindSafe for TensorTrainConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more