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