Skip to content

Commit 19a6717

Browse files
committed
fix: codestyle
1 parent 0111e2f commit 19a6717

7 files changed

Lines changed: 1152 additions & 102 deletions

File tree

benchmark/test_binary_pointwise_perf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import pytest
44
import torch
55

6-
from benchmark.attri_util import BOOL_DTYPES, DEFAULT_METRICS, FLOAT_DTYPES, INT_DTYPES
6+
from benchmark.attri_util import (BOOL_DTYPES, DEFAULT_METRICS, FLOAT_DTYPES,
7+
INT_DTYPES)
78
from benchmark.performance_utils import Benchmark, generate_tensor_input
89

910

0 commit comments

Comments
 (0)