You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/03/31 04:52:33 UTC

[tvm] 18/23: Remove warning

This is an automated email from the ASF dual-hosted git repository.

jroesch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 6d639ba9dabb73c4f89eff43c3548ee6ed75a598
Author: Jared Roesch <jr...@octoml.ai>
AuthorDate: Fri Mar 26 14:40:27 2021 -0700

    Remove warning
---
 rust/tvm/src/compiler/graph_rt.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rust/tvm/src/compiler/graph_rt.rs b/rust/tvm/src/compiler/graph_rt.rs
index 61409ba..6b58733 100644
--- a/rust/tvm/src/compiler/graph_rt.rs
+++ b/rust/tvm/src/compiler/graph_rt.rs
@@ -26,7 +26,6 @@ use thiserror::Error;
 
 use crate::ir::IRModule;
 use crate::python;
-use crate::runtime::IsObjectRef;
 use crate::runtime::{map::Map, Function, Module as RtModule, NDArray, String};
 
 #[derive(Error, Debug)]