Struct tvm::ir::relay::attrs::nn::AvgPool2DAttrsNode [−][src]
#[repr(C)]pub struct AvgPool2DAttrsNode {
pub base: BaseAttrsNode,
pub pool_size: Array<PrimExpr>,
pub strides: Array<PrimExpr>,
pub padding: Array<PrimExpr>,
pub dilation: Array<PrimExpr>,
pub layout: TString,
pub ceil_mode: bool,
pub count_include_pad: bool,
}
Fields
base: BaseAttrsNode
pool_size: Array<PrimExpr>
strides: Array<PrimExpr>
padding: Array<PrimExpr>
dilation: Array<PrimExpr>
layout: TString
ceil_mode: bool
count_include_pad: bool
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AvgPool2DAttrsNode
impl !Send for AvgPool2DAttrsNode
impl !Sync for AvgPool2DAttrsNode
impl Unpin for AvgPool2DAttrsNode
impl UnwindSafe for AvgPool2DAttrsNode
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