From 9c1e6735038e23d66d3e00c352e47a69f79cad92 Mon Sep 17 00:00:00 2001 From: Leslie-Fang Date: Thu, 2 Jul 2020 22:58:46 +0800 Subject: [PATCH] fix tvm relay testing tf.py typo error (#5977) --- python/tvm/relay/testing/tf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/relay/testing/tf.py b/python/tvm/relay/testing/tf.py index dc7937c..988faa8 100644 --- a/python/tvm/relay/testing/tf.py +++ b/python/tvm/relay/testing/tf.py @@ -50,7 +50,7 @@ def ProcessGraphDefParam(graph_def): Returns ------- graph_def : Obj - tensorflow graph devinition + tensorflow graph definition """ -- 2.7.4