Struct tensorflow::ops::MatrixExponential
source · [−]pub struct MatrixExponential { /* private fields */ }Expand description
Builder for the MatrixExponential operation.
Implementations
sourceimpl MatrixExponential
impl MatrixExponential
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations
sourceimpl Debug for MatrixExponential
impl Debug for MatrixExponential
sourceimpl Default for MatrixExponential
impl Default for MatrixExponential
sourcefn default() -> MatrixExponential
fn default() -> MatrixExponential
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MatrixExponential
impl Send for MatrixExponential
impl Sync for MatrixExponential
impl Unpin for MatrixExponential
impl UnwindSafe for MatrixExponential
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