24#ifndef TVM_RELAX_ATTRS_LINEAR_ALGEBRA_H_
25#define TVM_RELAX_ATTRS_LINEAR_ALGEBRA_H_
37 namespace refl = tvm::ffi::reflection;
39 "The data type of the output tensor");
49 namespace refl = tvm::ffi::reflection;
51 "The einsum expression string");
Base class of all attribute class.
Definition attrs.h:49
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition analyzer.h:40
Attributes used in einsum operator.
Definition linear_algebra.h:45
TVM_FFI_DECLARE_OBJECT_INFO_FINAL("relax.attrs.EinsumAttrs", EinsumAttrs, AttrsNode)
static void RegisterReflection()
Definition linear_algebra.h:48
ffi::String subscripts
Definition linear_algebra.h:46
Attributes for matmul operator.
Definition linear_algebra.h:33
TVM_FFI_DECLARE_OBJECT_INFO_FINAL("relax.attrs.MatmulAttrs", MatmulAttrs, AttrsNode)
static void RegisterReflection()
Definition linear_algebra.h:36
ffi::Optional< DLDataType > out_dtype
Definition linear_algebra.h:34