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

Function extern

python/tvm/relax/expr.py:1153–1155  ·  view source on GitHub ↗

Create extern function.

(name: str, struct_info: StructInfo | None = None, span: Span | None = None)

Source from the content-addressed store, hash-verified

1151
1152
1153def extern(name: str, struct_info: StructInfo | None = None, span: Span | None = None):
1154 """Create extern function."""
1155 return ExternFunc(name, struct_info, span)
1156
1157
1158def const(

Callers

nothing calls this directly

Calls 1

ExternFuncClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…