Commit 1bd5d717 by Huang, Guangtai Committed by Tianqi Chen

Update compile_engine.py (#4393)

parent 0bbdad4b
...@@ -116,8 +116,8 @@ class CompileEngine(NodeBase): ...@@ -116,8 +116,8 @@ class CompileEngine(NodeBase):
Returns Returns
------- -------
cached_func: CachedFunc jited_func: tvm.Function
The result of lowering. The result of jited function.
""" """
key = _get_cache_key(source_func, target) key = _get_cache_key(source_func, target)
return _backend._CompileEngineJIT(self, key) return _backend._CompileEngineJIT(self, key)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment