MCPcopy Create free account
hub / github.com/apache/tvm / asobject

Method asobject

python/tvm/relax/script/parser/entry.py:155–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

153 return {}
154
155 def asobject(self):
156 return self.as_struct_info(None)
157
158
159############################### R.Object ################################

Callers 4

call_packedFunction · 0.45
call_py_funcFunction · 0.45
_convert_tensor_typeFunction · 0.45
call_pure_packedFunction · 0.45

Calls 1

as_struct_infoMethod · 0.95

Tested by

no test coverage detected