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

Function gen_name

tests/scripts/ci.py:144–147  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

142
143
144def gen_name(s: str) -> str:
145 # random 4 letters
146 suffix = "".join([random.choice(string.ascii_lowercase) for i in range(5)])
147 return f"{s}-{suffix}"
148
149
150def docker(

Callers 3

docsFunction · 0.85
lintFunction · 0.85
fnFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…