We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b81eec commit 22447b4Copy full SHA for 22447b4
1 file changed
tests/python/contrib/test_ethosu/cascader/test_graph.py
@@ -14,6 +14,10 @@
14
# KIND, either express or implied. See the License for the
15
# specific language governing permissions and limitations
16
# under the License.
17
+import pytest
18
+
19
+pytest.importorskip("ethosu.vela")
20
21
from tvm.contrib.ethosu.cascader import (
22
StripeConfig,
23
Propagator,
@@ -23,8 +27,6 @@
27
CascaderGraph,
24
28
)
25
29
26
-import pytest
-
30
31
def test_tensor():
32
shape = [1, 2, 3]
0 commit comments