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