pub struct BatchMatMul { /* private fields */ }
Expand description
Builder for the BatchMatMul
operation.
Implementations§
Source§impl BatchMatMul
impl BatchMatMul
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for BatchMatMul
impl Debug for BatchMatMul
Source§impl Default for BatchMatMul
impl Default for BatchMatMul
Source§fn default() -> BatchMatMul
fn default() -> BatchMatMul
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchMatMul
impl RefUnwindSafe for BatchMatMul
impl Send for BatchMatMul
impl Sync for BatchMatMul
impl Unpin for BatchMatMul
impl UnwindSafe for BatchMatMul
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