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

Method get

python/tvm/script/ir_builder/base.py:160–162  ·  view source on GitHub ↗

Get the constructed IR.

(self)

Source from the content-addressed store, hash-verified

158 return _ffi_api.IRBuilderIsInScope() # type: ignore[attr-defined] # pylint: disable=no-member
159
160 def get(self) -> _Object:
161 """Get the constructed IR."""
162 return _ffi_api.IRBuilderGet(self) # type: ignore[attr-defined] # pylint: disable=no-member
163
164 @staticmethod
165 def name(s: str, v: Any) -> Any:

Callers 10

_get_pygments_styleFunction · 0.45
whichFunction · 0.45
find_wasm_libFunction · 0.45
_compile_cuda_nvccFunction · 0.45
_compile_cuda_nvrtcFunction · 0.45
libinfoFunction · 0.45
get_ccFunction · 0.45
cc.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected