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