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