pub struct RankOperationBuilder<'c, T0> { /* private fields */ }
Expand description
A builder for a rank
operation.
Implementations§
source§impl<'c> RankOperationBuilder<'c, Unset>
impl<'c> RankOperationBuilder<'c, Unset>
source§impl<'c> RankOperationBuilder<'c, Unset>
impl<'c> RankOperationBuilder<'c, Unset>
pub fn tensor(self, tensor: Value<'c, '_>) -> RankOperationBuilder<'c, Set>
source§impl<'c> RankOperationBuilder<'c, Set>
impl<'c> RankOperationBuilder<'c, Set>
pub fn build(self) -> RankOperation<'c>
Auto Trait Implementations§
impl<'c, T0> RefUnwindSafe for RankOperationBuilder<'c, T0>where
T0: RefUnwindSafe,
impl<'c, T0> !Send for RankOperationBuilder<'c, T0>
impl<'c, T0> !Sync for RankOperationBuilder<'c, T0>
impl<'c, T0> Unpin for RankOperationBuilder<'c, T0>where
T0: Unpin,
impl<'c, T0> UnwindSafe for RankOperationBuilder<'c, T0>where
T0: 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