Struct tensorflow::ops::SelfAdjointEig
source · [−]pub struct SelfAdjointEig { /* private fields */ }
Expand description
Builder for the SelfAdjointEig
operation.
Implementations
sourceimpl 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
sourceimpl Debug for SelfAdjointEig
impl Debug for SelfAdjointEig
sourceimpl Default for SelfAdjointEig
impl Default for SelfAdjointEig
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more