Class VisitInterrupt#

Inheritance Relationships#

Base Type#

Class Documentation#

class VisitInterrupt : public tvm::ffi::ObjectRef#

ObjectRef wrapper for VisitInterruptObj.

Public Functions

inline VisitInterrupt()#

Construct an interrupt with no payload.

inline explicit VisitInterrupt(Any value)#

Construct an interrupt with a user-defined payload.

Parameters:

value – The payload carried by the interrupt.