MCPcopy Index your code
hub / github.com/apache/tvm / system_lib

Method system_lib

python/tvm/rpc/client.py:48–60  ·  view source on GitHub ↗

Get system-wide library module. Returns ------- module : runtime.Module The system-wide library module. See Also -------- tvm.runtime.system_lib

(self)

Source from the content-addressed store, hash-verified

46 self._remote_funcs = {}
47
48 def system_lib(self):
49 """Get system-wide library module.
50
51 Returns
52 -------
53 module : runtime.Module
54 The system-wide library module.
55
56 See Also
57 --------
58 tvm.runtime.system_lib
59 """
60 return self.get_function("ffi.SystemLib")()
61
62 def get_function(self, name):
63 """Get function from the session.

Callers 7

popen_checkFunction · 0.80
checkFunction · 0.80
check_minrpcFunction · 0.80
popen_checkFunction · 0.80
popen_checkFunction · 0.80
checkFunction · 0.80
checkFunction · 0.80

Calls 1

get_functionMethod · 0.95

Tested by 7

popen_checkFunction · 0.64
checkFunction · 0.64
check_minrpcFunction · 0.64
popen_checkFunction · 0.64
popen_checkFunction · 0.64
checkFunction · 0.64
checkFunction · 0.64