Define TVM_FFI_VISIT_END#
Defined in File visit_error_context.h
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).