Struct tvm::ir::relay::attrs::nn::DenseAttrsNode [−][src]
#[repr(C)]pub struct DenseAttrsNode {
pub base: BaseAttrsNode,
pub units: PrimExpr,
pub auto_scheduler_rewritten_layout: TString,
pub out_dtype: DataType,
}
Fields
base: BaseAttrsNode
units: PrimExpr
auto_scheduler_rewritten_layout: TString
out_dtype: DataType
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for DenseAttrsNode
impl !Send for DenseAttrsNode
impl !Sync for DenseAttrsNode
impl Unpin for DenseAttrsNode
impl UnwindSafe for DenseAttrsNode
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