What does support_level in NNVM op mean?

NNVM Op class has an API called set_support_level. What is support_level used for? What’s the definition of each level?

1 Like

The support level sets the priority of support in the operators. The lower the support level are, the more higher priority we gave to the operator. See also https://docs.tvm.ai/langref/relay_op.html#overview-of-operators on how do we categorize these operators

1 Like