Struct ocl_convolution::ConvolutionBuilder
source · pub struct ConvolutionBuilder<T> { /* private fields */ }
Expand description
Convolution builder. The same builder can be used to create multiple Convolution
s
which share the same spatial size.
A builder can be created using Convolution::f32()
or
Convolution::i8()
methods.
Implementations§
source§impl ConvolutionBuilder<f32>
impl ConvolutionBuilder<f32>
source§impl ConvolutionBuilder<i8>
impl ConvolutionBuilder<i8>
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for ConvolutionBuilder<T>where T: RefUnwindSafe,
impl<T> Send for ConvolutionBuilder<T>where T: Send,
impl<T> Sync for ConvolutionBuilder<T>where T: Sync,
impl<T> Unpin for ConvolutionBuilder<T>where T: Unpin,
impl<T> UnwindSafe for ConvolutionBuilder<T>where T: 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