We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd19c27 commit 1bc3b03Copy full SHA for 1bc3b03
python/tvm/topi/x86/injective.py
@@ -19,8 +19,9 @@
19
from tvm import te
20
from tvm.topi import tag
21
from tvm.tir import IntImm
22
-from tvm.topi.generic.injective \
23
- import schedule_injective_from_existing as schedule_injective_for_concat
+from tvm.topi.generic.injective import (
+ schedule_injective_from_existing as schedule_injective_for_concat,
24
+)
25
from ..utils import is_empty_shape
26
27
0 commit comments