mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
trying to address https://github.com/pytorch/pytorch/issues/133377 Pull Request resolved: https://github.com/pytorch/pytorch/pull/133390 Approved by: https://github.com/kit1980, https://github.com/malfet, https://github.com/ezyang
9 lines
241 B
Python
9 lines
241 B
Python
import benchmark_all_other_test # noqa: F401
|
|
import benchmark_all_quantized_test # noqa: F401
|
|
from pt import unary_test # noqa: F401
|
|
|
|
import operator_benchmark as op_bench
|
|
|
|
|
|
if __name__ == "__main__":
|
|
op_bench.benchmark_runner.main()
|