Files
pytorch/benchmarks/operator_benchmark/operator_benchmark.py
2021-04-21 00:01:48 -07:00

6 lines
247 B
Python

# TODO (mingzhe09088): get rid of noqa
import benchmark_runner # noqa: F401
from benchmark_pytorch import TorchBenchmarkBase # noqa: F401
from benchmark_test_generator import * # noqa: F401,F403
from benchmark_utils import * # noqa: F401,F403