pytorch/benchmarks/operator_benchmark/operator_benchmark.py
Xiang Gao 20ac736200 Remove py2 compatible future imports (#44735)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44735

Reviewed By: mruberry

Differential Revision: D23731306

Pulled By: ezyang

fbshipit-source-id: 0ba009a99e475ddbe22981be8ac636f8a1c8b02f
2020-09-16 12:55:57 -07:00

6 lines
209 B
Python

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