Struct tensorflow::ops::SelfAdjointEig
source · pub struct SelfAdjointEig { /* private fields */ }
Expand description
Builder for the SelfAdjointEig
operation.
Implementations§
source§impl SelfAdjointEig
impl SelfAdjointEig
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
input: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, input: O0, scope: &mut Scope ) -> Result<Operation>
Builds the SelfAdjointEig
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<SelfAdjointEigInst>
pub fn build_instance( &self, input: Output, scope: &mut Scope ) -> Result<SelfAdjointEigInst>
Builds a new instance of ‘SelfAdjointEig’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for SelfAdjointEig
impl Debug for SelfAdjointEig
source§impl Default for SelfAdjointEig
impl Default for SelfAdjointEig
source§fn default() -> SelfAdjointEig
fn default() -> SelfAdjointEig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SelfAdjointEig
impl Send for SelfAdjointEig
impl Sync for SelfAdjointEig
impl Unpin for SelfAdjointEig
impl UnwindSafe for SelfAdjointEig
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