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 9d8e6fd commit 8b40f5dCopy full SHA for 8b40f5d
tests/python/frontend/keras/test_forward.py
@@ -28,11 +28,11 @@
28
# prevent Keras from using up all gpu memory
29
import keras
30
31
+import pytest
32
import tvm
33
from tvm import relay
34
from tvm.contrib import graph_executor
35
import tvm.testing
-import pytest
36
37
if tf.executing_eagerly():
38
GPUS = tf.config.experimental.list_physical_devices("GPU")
tests/python/frontend/oneflow/test_forward.py
@@ -20,11 +20,11 @@
20
21
import numpy as np
22
import oneflow as flow
23
+from packaging import version as package_version
24
25
26
import tvm.topi.testing
27
-from packaging import version as package_version
MODEL_HOME = "test_model"
0 commit comments