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

Function _show_info

tests/python/codegen/test_target_codegen_llvm.py:630–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628
629 # This helper just prints additional info on failure
630 def _show_info():
631 print(f"dtype: {dtype}")
632 print(f"dividend range: [{start}, {end}]")
633 print(f"divisor range: [{dstart}, {dend}]")
634
635 # Check that the computed values are correct
636 for i in range(start, end + 1):

Callers 1

checkFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…