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

Method inline_functions

python/tvm/relax/expr.py:1126–1129  ·  view source on GitHub ↗
(
        self, function_map: Mapping[str | tvm.ir.GlobalVar, "Function"]
    )

Source from the content-addressed store, hash-verified

1124 return _ffi_api.FunctionBindParams(self, binding_map) # type: ignore
1125
1126 def inline_functions(
1127 self, function_map: Mapping[str | tvm.ir.GlobalVar, "Function"]
1128 ) -> "Function":
1129 return _ffi_api.FunctionInlineFunctions(self, function_map) # type: ignore
1130
1131
1132@tvm_ffi.register_object("relax.expr.ExternFunc")

Calls

no outgoing calls