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