24 #ifndef TVM_RELAX_ATTRS_SAMPLING_H_
25 #define TVM_RELAX_ATTRS_SAMPLING_H_
37 namespace refl = tvm::ffi::reflection;
38 refl::ObjectDef<MultinomialFromUniformAttrs>().def_ro(
Adapter for AttrsNode with the new reflection API.
Definition: attrs.h:391
Base class of all attribute class.
Definition: attrs.h:102
Runtime primitive data type.
Definition: data_type.h:45
static DataType Int(int bits, int lanes=1)
Construct an int type.
Definition: data_type.h:276
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition: analyzer.h:37