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