Skip to content

Commit

Permalink
Fix in benchmark_test_generator (#20237)
Browse files Browse the repository at this point in the history
Summary:
Add missing import
Pull Request resolved: #20237

Differential Revision: D15245957

Pulled By: ilia-cher

fbshipit-source-id: 0f71aa08eb9ecac32002a1644838d06ab9faa37c
  • Loading branch information
Ilia Cherniavskii authored and facebook-github-bot committed May 8, 2019
1 parent 8a37518 commit eecf52b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/operator_benchmark/benchmark_test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from operator_benchmark.benchmark_pytorch import PyTorchOperatorTestCase
from operator_benchmark.benchmark_utils import * # noqa

import torch


def generate_test(configs, map_config, ops, OperatorTestCase):
"""
Expand Down

0 comments on commit eecf52b

Please sign in to comment.