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