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