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