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

Attributes used in scatter_elements operators. More...

#include <manipulate.h>

Inheritance diagram for tvm::relax::ScatterElementsAttrs:
Collaboration diagram for tvm::relax::ScatterElementsAttrs:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.attrs.ScatterElementsAttrs", ScatterElementsAttrs, 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

int64_t axis
 
ffi::String reduction
 

Additional Inherited Members

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

Detailed Description

Attributes used in scatter_elements operators.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

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

Member Data Documentation

◆ axis

int64_t tvm::relax::ScatterElementsAttrs::axis

◆ reduction

ffi::String tvm::relax::ScatterElementsAttrs::reduction

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