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