fix tvm relay testing tf.py typo error (#5977)
authorLeslie-Fang <Leslie-Fang@users.noreply.github.com>
Thu, 2 Jul 2020 14:58:46 +0000 (22:58 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2020 14:58:46 +0000 (07:58 -0700)
python/tvm/relay/testing/tf.py

index dc7937c..988faa8 100644 (file)
@@ -50,7 +50,7 @@ def ProcessGraphDefParam(graph_def):
     Returns
     -------
     graph_def : Obj
-        tensorflow graph devinition
+        tensorflow graph definition
 
     """