pub struct TensorMapInputsLaunch<'a, EG: Numeric, R: Runtime> {
pub lhs: <TensorMap<EG> as LaunchArg>::RuntimeArg<'a, R>,
pub rhs: <TensorMap<EG> as LaunchArg>::RuntimeArg<'a, R>,
/* private fields */
}
Fields§
§lhs: <TensorMap<EG> as LaunchArg>::RuntimeArg<'a, R>
§rhs: <TensorMap<EG> as LaunchArg>::RuntimeArg<'a, R>
Implementations§
Source§impl<'a, EG: Numeric, R: Runtime> TensorMapInputsLaunch<'a, EG, R>
impl<'a, EG: Numeric, R: Runtime> TensorMapInputsLaunch<'a, EG, R>
Sourcepub fn new(
lhs: <TensorMap<EG> as LaunchArg>::RuntimeArg<'a, R>,
rhs: <TensorMap<EG> as LaunchArg>::RuntimeArg<'a, R>,
) -> Self
pub fn new( lhs: <TensorMap<EG> as LaunchArg>::RuntimeArg<'a, R>, rhs: <TensorMap<EG> as LaunchArg>::RuntimeArg<'a, R>, ) -> Self
New kernel
Trait Implementations§
Source§impl<'a, EG: Numeric, R: Runtime> ArgSettings<R> for TensorMapInputsLaunch<'a, EG, R>
impl<'a, EG: Numeric, R: Runtime> ArgSettings<R> for TensorMapInputsLaunch<'a, EG, R>
Source§fn register(&self, launcher: &mut KernelLauncher<R>)
fn register(&self, launcher: &mut KernelLauncher<R>)
Register the information of an argument to the KernelLauncher.
Auto Trait Implementations§
impl<'a, EG, R> Freeze for TensorMapInputsLaunch<'a, EG, R>
impl<'a, EG, R> RefUnwindSafe for TensorMapInputsLaunch<'a, EG, R>where
R: RefUnwindSafe,
impl<'a, EG, R> Send for TensorMapInputsLaunch<'a, EG, R>
impl<'a, EG, R> Sync for TensorMapInputsLaunch<'a, EG, R>
impl<'a, EG, R> Unpin for TensorMapInputsLaunch<'a, EG, R>where
R: Unpin,
impl<'a, EG, R> UnwindSafe for TensorMapInputsLaunch<'a, EG, R>where
R: 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