Struct tensorflow::ops::BatchMatMulV3
source · [−]pub struct BatchMatMulV3 { /* private fields */ }
Expand description
Builder for the BatchMatMulV3
operation.
Implementations
sourceimpl BatchMatMulV3
impl BatchMatMulV3
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>, O1: Into<Output>>(
&self,
x: O0,
y: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
x: O0,
y: O1,
scope: &mut Scope
) -> Result<Operation>
Builds the BatchMatMulV3
operation.
sourcepub fn build_instance(
&self,
x: Output,
y: Output,
scope: &mut Scope
) -> Result<BatchMatMulV3Inst>
pub fn build_instance(
&self,
x: Output,
y: Output,
scope: &mut Scope
) -> Result<BatchMatMulV3Inst>
Builds a new instance of ‘BatchMatMulV3’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for BatchMatMulV3
impl Debug for BatchMatMulV3
sourceimpl Default for BatchMatMulV3
impl Default for BatchMatMulV3
sourcefn default() -> BatchMatMulV3
fn default() -> BatchMatMulV3
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BatchMatMulV3
impl Send for BatchMatMulV3
impl Sync for BatchMatMulV3
impl Unpin for BatchMatMulV3
impl UnwindSafe for BatchMatMulV3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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