23 #ifndef TVM_RELAX_ATTRS_VISION_H_
24 #define TVM_RELAX_ATTRS_VISION_H_
26 #include <tvm/ffi/string.h>
42 refl::ObjectDef<AllClassNonMaximumSuppressionAttrs>().def_ro(
44 "Output format, onnx or tensorflow. Returns outputs in a way that can be easily "
45 "consumed by each frontend.");
Helpers for attribute objects.
Adapter for AttrsNode with the new reflection API.
Definition: attrs.h:385
Base class of all attribute class.
Definition: attrs.h:102
IR/AST nodes for the unified type system in TVM.
Definition: repr_printer.h:91
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37
A managed object in the TVM runtime.
Attributes used in AllClassNonMaximumSuppression operator.
Definition: vision.h:37
TVM_FFI_DECLARE_OBJECT_INFO_FINAL("relax.attrs.AllClassNonMaximumSuppressionAttrs", AllClassNonMaximumSuppressionAttrs, BaseAttrsNode)
static void RegisterReflection()
Definition: vision.h:40
ffi::String output_format
Definition: vision.h:38