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