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

Function get_shape_coord

tests/python/tirx/test_layout.py:1560–1561  ·  view source on GitHub ↗
(r_coord, region)

Source from the content-addressed store, hash-verified

1558 return coord[::-1]
1559
1560 def get_shape_coord(r_coord, region):
1561 return [region[i][0] + r_coord[i] for i in range(len(region))]
1562
1563 analyzer = Analyzer()
1564

Callers 1

verify_sliceFunction · 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…