pub struct TanhOperationBuilder<'c, O0> { /* private fields */ }Expand description
A builder for an intr.tanh operation.
Implementations§
Source§impl<'c> TanhOperationBuilder<'c, Unset>
impl<'c> TanhOperationBuilder<'c, Unset>
Source§impl<'c> TanhOperationBuilder<'c, Unset>
impl<'c> TanhOperationBuilder<'c, Unset>
pub fn in(self, in: Value<'c, '_>) -> TanhOperationBuilder<'c, Set>
Source§impl<'c, O0> TanhOperationBuilder<'c, O0>
impl<'c, O0> TanhOperationBuilder<'c, O0>
pub fn fastmath_flags( self, fastmath_flags: Attribute<'c>, ) -> TanhOperationBuilder<'c, O0>
Source§impl<'c> TanhOperationBuilder<'c, Set>
impl<'c> TanhOperationBuilder<'c, Set>
pub fn build(self) -> TanhOperation<'c>
Auto Trait Implementations§
impl<'c, O0> Freeze for TanhOperationBuilder<'c, O0>
impl<'c, O0> RefUnwindSafe for TanhOperationBuilder<'c, O0>where
O0: RefUnwindSafe,
impl<'c, O0> !Send for TanhOperationBuilder<'c, O0>
impl<'c, O0> !Sync for TanhOperationBuilder<'c, O0>
impl<'c, O0> Unpin for TanhOperationBuilder<'c, O0>where
O0: Unpin,
impl<'c, O0> UnwindSafe for TanhOperationBuilder<'c, O0>where
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