pub struct Svd { /* private fields */ }
Expand description
Builder for the Svd
operation.
Implementations§
Source§impl Svd
impl Svd
Sourcepub fn compute_uv<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn compute_uv<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the compute_uv
attribute.
Sourcepub fn full_matrices<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn full_matrices<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the full_matrices
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Svd
impl RefUnwindSafe for Svd
impl Send for Svd
impl Sync for Svd
impl Unpin for Svd
impl UnwindSafe for Svd
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