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: BaseAttrsNodescale_h: f64scale_w: f64layout: TStringmethod: TStringalign_corners: boolTrait 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
