pub struct MulShapeOperationBuilder<'c, T0, O0, O1> { /* private fields */ }Expand description
A builder for a mul_shape operation.
Implementations§
Source§impl<'c> MulShapeOperationBuilder<'c, Unset, Unset, Unset>
impl<'c> MulShapeOperationBuilder<'c, Unset, Unset, Unset>
Source§impl<'c, O0, O1> MulShapeOperationBuilder<'c, Unset, O0, O1>
impl<'c, O0, O1> MulShapeOperationBuilder<'c, Unset, O0, O1>
pub fn output( self, output: Type<'c>, ) -> MulShapeOperationBuilder<'c, Set, O0, O1>
Source§impl<'c, T0, O1> MulShapeOperationBuilder<'c, T0, Unset, O1>
impl<'c, T0, O1> MulShapeOperationBuilder<'c, T0, Unset, O1>
pub fn input_1( self, input_1: Value<'c, '_>, ) -> MulShapeOperationBuilder<'c, T0, Set, O1>
Source§impl<'c, T0> MulShapeOperationBuilder<'c, T0, Set, Unset>
impl<'c, T0> MulShapeOperationBuilder<'c, T0, Set, Unset>
pub fn input_2( self, input_2: Value<'c, '_>, ) -> MulShapeOperationBuilder<'c, T0, Set, Set>
Source§impl<'c> MulShapeOperationBuilder<'c, Set, Set, Set>
impl<'c> MulShapeOperationBuilder<'c, Set, Set, Set>
pub fn build(self) -> MulShapeOperation<'c>
Auto Trait Implementations§
impl<'c, T0, O0, O1> Freeze for MulShapeOperationBuilder<'c, T0, O0, O1>
impl<'c, T0, O0, O1> RefUnwindSafe for MulShapeOperationBuilder<'c, T0, O0, O1>
impl<'c, T0, O0, O1> !Send for MulShapeOperationBuilder<'c, T0, O0, O1>
impl<'c, T0, O0, O1> !Sync for MulShapeOperationBuilder<'c, T0, O0, O1>
impl<'c, T0, O0, O1> Unpin for MulShapeOperationBuilder<'c, T0, O0, O1>
impl<'c, T0, O0, O1> UnwindSafe for MulShapeOperationBuilder<'c, T0, O0, O1>
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