Class VisitErrorContextObj#
Defined in File visit_error_context.h
Inheritance Relationships#
Base Type#
public tvm::ffi::Object(Class Object)
Class Documentation#
-
class VisitErrorContextObj : public tvm::ffi::Object#
Object class for VisitErrorContext.
See also
Public Members
-
List<ObjectRef> reverse_visit_pattern#
Visit records that get populated, which include the object visit path pattern in innermost-first order. Best-effort — not exhaustive.
-
Optional<ObjectRef> prev_error_context#
Pre-existing Error::extra_context payload before we placed the VisitErrorContext.
-
List<ObjectRef> reverse_visit_pattern#