tvm
Public Member Functions | List of all members
tvm::tirx::DispatchContext Class Reference

Managed reference to DispatchContextNode. More...

#include <tirx_op.h>

Inheritance diagram for tvm::tirx::DispatchContext:
Collaboration diagram for tvm::tirx::DispatchContext:

Public Member Functions

 DispatchContext (Target target, ExecScope exec_scope, ffi::Map< ffi::String, IterVar > launch_params={}, ffi::Map< Var, Range > var_range_map={}, bool alloc_only=false, ffi::Map< ffi::String, ffi::ObjectRef > callbacks={}, ffi::Map< ffi::String, ffi::ObjectRef > shared_state={}, ffi::Map< ffi::String, ffi::Array< PrimExpr >> inter={}, ffi::Map< ffi::String, ffi::Array< PrimExpr >> intra={}, ffi::String scope_kind="")
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (DispatchContext, ffi::ObjectRef, DispatchContextNode)
 

Detailed Description

Managed reference to DispatchContextNode.

Constructor & Destructor Documentation

◆ DispatchContext()

tvm::tirx::DispatchContext::DispatchContext ( Target  target,
ExecScope  exec_scope,
ffi::Map< ffi::String, IterVar launch_params = {},
ffi::Map< Var, Range var_range_map = {},
bool  alloc_only = false,
ffi::Map< ffi::String, ffi::ObjectRef >  callbacks = {},
ffi::Map< ffi::String, ffi::ObjectRef >  shared_state = {},
ffi::Map< ffi::String, ffi::Array< PrimExpr >>  inter = {},
ffi::Map< ffi::String, ffi::Array< PrimExpr >>  intra = {},
ffi::String  scope_kind = "" 
)

Member Function Documentation

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

tvm::tirx::DispatchContext::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE ( DispatchContext  ,
ffi::ObjectRef  ,
DispatchContextNode   
)

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