Struct burn_tensor::ops::InterpolateOptions
source · pub struct InterpolateOptions {
pub mode: InterpolateMode,
}
Expand description
Interpolation options.
Fields§
§mode: InterpolateMode
Algorithm used for upsampling.
Implementations§
source§impl InterpolateOptions
impl InterpolateOptions
sourcepub fn new(mode: InterpolateMode) -> Self
pub fn new(mode: InterpolateMode) -> Self
Constructs a new InterpolateOptions
.
Trait Implementations§
source§impl Clone for InterpolateOptions
impl Clone for InterpolateOptions
source§fn clone(&self) -> InterpolateOptions
fn clone(&self) -> InterpolateOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for InterpolateOptions
impl RefUnwindSafe for InterpolateOptions
impl Send for InterpolateOptions
impl Sync for InterpolateOptions
impl Unpin for InterpolateOptions
impl UnwindSafe for InterpolateOptions
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