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