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