MCPcopy Index your code
hub / github.com/apache/tvm / DiagnosticError

Class DiagnosticError

python/tvm/error.py:122–126  ·  view source on GitHub ↗

Error diagnostics were reported during the execution of a pass. See the configured diagnostic renderer for detailed error information.

Source from the content-addressed store, hash-verified

120
121@register_error
122class DiagnosticError(RuntimeError):
123 """Error diagnostics were reported during the execution of a pass.
124
125 See the configured diagnostic renderer for detailed error information.
126 """

Callers 1

errorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…