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: BaseAttrsNodepool_size: Array<PrimExpr>strides: Array<PrimExpr>padding: Array<PrimExpr>dilation: Array<PrimExpr>layout: TStringceil_mode: boolcount_include_pad: boolTrait 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
