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

Function Shape

python/tvm/relax/script/parser/entry.py:440–441  ·  view source on GitHub ↗
(values: list[PrimExpr] | None = None, ndim: int = -1)

Source from the content-addressed store, hash-verified

438
439
440def Shape(values: list[PrimExpr] | None = None, ndim: int = -1) -> ShapeProxy:
441 return ShapeProxy(values, ndim)
442
443
444################################ R.Prim ################################

Callers 10

emit_callMethod · 0.50
__init__Method · 0.50
_shape_tuple_funcFunction · 0.50
__init__Method · 0.50
result_funcFunction · 0.50
emptyMethod · 0.50
init_cclMethod · 0.50
allreduceMethod · 0.50
optimize_llm.pyFile · 0.50
embedFunction · 0.50

Calls 1

ShapeProxyClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…