Struct tvm::ir::relay::attrs::nn::UpSamplingAttrsNode [−][src]
#[repr(C)]pub struct UpSamplingAttrsNode {
pub base: BaseAttrsNode,
pub scale_h: f64,
pub scale_w: f64,
pub layout: TString,
pub method: TString,
pub align_corners: bool,
}
Fields
base: BaseAttrsNode
scale_h: f64
scale_w: f64
layout: TString
method: TString
align_corners: bool
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for UpSamplingAttrsNode
impl !Send for UpSamplingAttrsNode
impl !Sync for UpSamplingAttrsNode
impl Unpin for UpSamplingAttrsNode
impl UnwindSafe for UpSamplingAttrsNode
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more