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

Function Tuple

python/tvm/relax/script/parser/entry.py:400–401  ·  view source on GitHub ↗
(*fields: list[StructInfoProxy])

Source from the content-addressed store, hash-verified

398
399
400def Tuple(*fields: list[StructInfoProxy]) -> TupleProxy:
401 return TupleProxy(*fields)
402
403
404############################### R.Shape ################################

Callers

nothing calls this directly

Calls 1

TupleProxyClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…