pub struct ConcreteLayoutLaunch<L: Layout + ViewLayoutLaunchArg, R: Runtime> { /* private fields */ }Implementations§
Source§impl<L: Layout + ViewLayoutLaunchArg, R: Runtime> ConcreteLayoutLaunch<L, R>
impl<L: Layout + ViewLayoutLaunchArg, R: Runtime> ConcreteLayoutLaunch<L, R>
pub fn new(meta: Metadata, ty: Type, value: L::RuntimeArg<R>) -> Self
pub fn from_handle( handle: &TensorBinding<R>, ty: Type, value: L::RuntimeArg<R>, ) -> Self
pub fn from_shape_strides( shape: Shape, strides: Strides, ty: Type, value: L::RuntimeArg<R>, ) -> Self
Auto Trait Implementations§
impl<L, R> Freeze for ConcreteLayoutLaunch<L, R>
impl<L, R> RefUnwindSafe for ConcreteLayoutLaunch<L, R>
impl<L, R> Send for ConcreteLayoutLaunch<L, R>
impl<L, R> Sync for ConcreteLayoutLaunch<L, R>
impl<L, R> Unpin for ConcreteLayoutLaunch<L, R>
impl<L, R> UnsafeUnpin for ConcreteLayoutLaunch<L, R>
impl<L, R> UnwindSafe for ConcreteLayoutLaunch<L, R>
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