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