Struct tvm::ir::tir::RampNode [−][src]
#[repr(C)]pub struct RampNode {
pub start: PrimExpr,
pub stride: PrimExpr,
pub lanes: i32,
// some fields omitted
}
Fields
start: PrimExpr
stride: PrimExpr
lanes: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RampNode
impl UnwindSafe for RampNode
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