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

Method as_struct_info

python/tvm/relax/script/parser/entry.py:149–150  ·  view source on GitHub ↗
(self, dict_globals: dict[str, Any] | None = None)

Source from the content-addressed store, hash-verified

147
148class StructInfoProxy(ObjectConvertible):
149 def as_struct_info(self, dict_globals: dict[str, Any] | None = None) -> StructInfo:
150 raise NotImplementedError()
151
152 def get_symbolic_vars(self) -> set[str]:
153 return {}

Callers 1

asobjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected