Update compile_engine.py (#4393)
authorHuang, Guangtai <hgt312@foxmail.com>
Thu, 21 Nov 2019 20:46:00 +0000 (04:46 +0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 21 Nov 2019 20:46:00 +0000 (12:46 -0800)
python/tvm/relay/backend/compile_engine.py

index 545f96a..6c690a9 100644 (file)
@@ -116,8 +116,8 @@ class CompileEngine(NodeBase):
 
         Returns
         -------
-        cached_func: CachedFunc
-            The result of lowering.
+        jited_func: tvm.Function
+            The result of jited function.
         """
         key = _get_cache_key(source_func, target)
         return _backend._CompileEngineJIT(self, key)