Define TVM_FFI_VISIT_END

Define TVM_FFI_VISIT_END#

Define Documentation#

TVM_FFI_VISIT_END(node)#

End a visit try block and catch+re-throw any Error, appending node to the VisitErrorContext on the way up.

Must be paired with TVM_FFI_VISIT_BEGIN() above the visit body.

Parameters:
  • node – The ObjectRef at the current visit level (appended to the error context’s reverse_visit_pattern on exception).