mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44735 Reviewed By: mruberry Differential Revision: D23731306 Pulled By: ezyang fbshipit-source-id: 0ba009a99e475ddbe22981be8ac636f8a1c8b02f
10 lines
237 B
Python
10 lines
237 B
Python
import operator_benchmark as op_bench
|
|
from pt import ( # noqa
|
|
unary_test, # noqa
|
|
)
|
|
import benchmark_all_other_test # noqa
|
|
import benchmark_all_quantized_test # noqa
|
|
|
|
if __name__ == "__main__":
|
|
op_bench.benchmark_runner.main()
|