Commit 47ed25e8 by Tianqi Chen Committed by GitHub

Remove cython init messaging. (#1110)

parent 38e723b1
......@@ -6,7 +6,6 @@ from ..base import string_types
from ..node_generic import convert_to_node, NodeGeneric
from ..runtime_ctypes import TVMType, TVMContext, TVMByteArray
print("TVM: Initializing cython mode...")
cdef void tvm_callback_finalize(void* fhandle):
local_pyfunc = <object>(fhandle)
......
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