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