24 #ifndef TVM_RELAX_ATTRS_INDEX_H_
25 #define TVM_RELAX_ATTRS_INDEX_H_
49 "Whether to assume the indices are in bound. If it is set to false, "
50 "out of bound indices will be clipped to the bound.");
#define TVM_ATTR_FIELD(FieldName)
Declare an attribute field.
Definition: attrs.h:76
The base class of the all the Use "curiously recurring template pattern".
Definition: attrs.h:870
Optional container that to represent to a Nullable variant of T.
Definition: optional.h:51
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:36
Attributes used in strided_slice operator.
Definition: index.h:42
bool assume_inbound
Definition: index.h:43
TVM_DECLARE_ATTRS(StridedSliceAttrs, "relax.attrs.StridedSliceAttrs")
Definition: index.h:45
Attributes used in take operator.
Definition: index.h:33
Optional< Integer > axis
Definition: index.h:34
TVM_DECLARE_ATTRS(TakeAttrs, "relax.attrs.TakeAttrs")
Definition: index.h:36