24 #ifndef TVM_RELAX_ATTRS_CREATE_H_
25 #define TVM_RELAX_ATTRS_CREATE_H_
47 "The number of diagonals above or below the main diagonal to exclude or include.");
The base class of the all the Use "curiously recurring template pattern".
Definition: attrs.h:870
Runtime primitive data type.
Definition: data_type.h:43
#define TVM_ATTR_FIELD(FieldName)
Declare an attribute field.
Definition: attrs.h:76
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Attributes used in full/full_like, ones/ones_like, and zeros/zeros_like operators.
Definition: create.h:33
TVM_DECLARE_ATTRS(InitAttrs, "relax.attrs.InitAttrs")
Definition: create.h:36
DataType dtype
Definition: create.h:34
Attributes used in tril and triu operator.
Definition: create.h:42
int k
Definition: create.h:43
TVM_DECLARE_ATTRS(TriluAttrs, "relax.attrs.TriluAttrs")
Definition: create.h:45