MCPcopy Index your code
hub / github.com/apache/tvm / convert

Function convert

python/tvm/tirx/expr.py:44–45  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

42
43
44def convert(expr) -> PrimExpr:
45 return _ffi_api.convert(expr)
46
47
48def div_ambiguity_error() -> RuntimeError:

Callers 7

access_ptrMethod · 0.70
computeFunction · 0.50
attrFunction · 0.50

Calls 1

convertMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…