Commit 1bd5d717 by Huang, Guangtai Committed by Tianqi Chen

Update compile_engine.py (#4393)

parent 0bbdad4b
......@@ -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)
......
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