mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Signed-off-by: Edward Z. Yang <ezyang@meta.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/105928 Approved by: https://github.com/albanD
9 lines
240 B
Python
9 lines
240 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()
|