tvm
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
tvm::relax::GetValidCountsAttrs Struct Reference

Attributes used in GetValidCounts operator. More...

#include <vision.h>

Inheritance diagram for tvm::relax::GetValidCountsAttrs:
Collaboration diagram for tvm::relax::GetValidCountsAttrs:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.attrs.GetValidCountsAttrs", GetValidCountsAttrs, AttrsNode)
 
- Public Member Functions inherited from tvm::AttrsNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.Attrs", AttrsNode, ffi::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

double score_threshold
 
int id_index
 
int score_index
 

Additional Inherited Members

- Static Public Attributes inherited from tvm::AttrsNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 

Detailed Description

Attributes used in GetValidCounts operator.

Member Function Documentation

◆ RegisterReflection()

static void tvm::relax::GetValidCountsAttrs::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::relax::GetValidCountsAttrs::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "relax.attrs.GetValidCountsAttrs"  ,
GetValidCountsAttrs  ,
AttrsNode   
)

Member Data Documentation

◆ id_index

int tvm::relax::GetValidCountsAttrs::id_index

◆ score_index

int tvm::relax::GetValidCountsAttrs::score_index

◆ score_threshold

double tvm::relax::GetValidCountsAttrs::score_threshold

The documentation for this struct was generated from the following file: