Struct burn_wgpu::kernel::DynamicKernelSettings
source · pub struct DynamicKernelSettings<K: StaticKernelSource, E: WgpuElement, I: WgpuElement> { /* private fields */ }Expand description
Generate kernel source code by replacing some information using templating.
Implementations§
source§impl<K: StaticKernelSource, E: WgpuElement, I: WgpuElement> DynamicKernelSettings<K, E, I>
impl<K: StaticKernelSource, E: WgpuElement, I: WgpuElement> DynamicKernelSettings<K, E, I>
Trait Implementations§
source§impl<K: StaticKernelSource, E: WgpuElement, I: WgpuElement> DynamicKernelSource for DynamicKernelSettings<K, E, I>
impl<K: StaticKernelSource, E: WgpuElement, I: WgpuElement> DynamicKernelSource for DynamicKernelSettings<K, E, I>
Auto Trait Implementations§
impl<K, E, I> RefUnwindSafe for DynamicKernelSettings<K, E, I>where E: RefUnwindSafe, I: RefUnwindSafe, K: RefUnwindSafe,
impl<K, E, I> Send for DynamicKernelSettings<K, E, I>
impl<K, E, I> Sync for DynamicKernelSettings<K, E, I>
impl<K, E, I> Unpin for DynamicKernelSettings<K, E, I>where E: Unpin, I: Unpin, K: Unpin,
impl<K, E, I> UnwindSafe for DynamicKernelSettings<K, E, I>where E: UnwindSafe, I: UnwindSafe, K: 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