MCPcopy Create free account
hub / github.com/apache/tvm-ffi / print_error

Function print_error

tests/scripts/benchmark_dlpack.py:67–68  ·  view source on GitHub ↗
(name: str, error: Any)

Source from the content-addressed store, hash-verified

65
66
67def print_error(name: str, error: Any) -> None:
68 print(f"{name:<60} {error}")
69
70
71def baseline_torch_add(repeat: int) -> None:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected