Struct tensorflow::ops::Eig
source · pub struct Eig { /* private fields */ }
Expand description
Builder for the Eig
operation.
Implementations§
source§impl Eig
impl Eig
sourcepub fn compute_v<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn compute_v<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the compute_v
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 RefUnwindSafe for Eig
impl Send for Eig
impl Sync for Eig
impl Unpin for Eig
impl UnwindSafe for Eig
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