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

Function inner

tests/python/tvmscript/test_tvmscript_roundtrip.py:2697–2702  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2695
2696 def make_ir_generator(name, expression):
2697 def inner():
2698 @T.prim_func(s_tir=True)
2699 def func(A: T.Buffer(1, "bool"), i: T.bool, j: T.bool, k: T.bool):
2700 A[0] = expression(i, j, k)
2701
2702 return func
2703
2704 inner.__name__ = f"nested_boolean_expr_{name}"
2705 return inner

Callers 5

mainMethod · 0.85
glob_func_1Method · 0.85
glob_func_2Method · 0.85
mainMethod · 0.85
mainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…