Struct tensorflow::ops::Multiply
source · pub struct Multiply { /* private fields */ }
👎Deprecated since 0.15.0: Use mul instead.
Expand description
Builder for the Mul
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Multiply
impl Send for Multiply
impl Sync for Multiply
impl Unpin for Multiply
impl UnwindSafe for Multiply
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