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