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

Attributes used in allreduce operators. More...

#include <ccl.h>

Inheritance diagram for tvm::relax::AllReduceAttrs:
Collaboration diagram for tvm::relax::AllReduceAttrs:

Public Member Functions

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

ffi::String op_type
 
bool in_group
 

Additional Inherited Members

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

Detailed Description

Attributes used in allreduce operators.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

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

Member Data Documentation

◆ in_group

bool tvm::relax::AllReduceAttrs::in_group

◆ op_type

ffi::String tvm::relax::AllReduceAttrs::op_type

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