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