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