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

Function to_json_str

ci/scripts/github/github_tvmbot.py:51–52  ·  view source on GitHub ↗
(obj: Any)

Source from the content-addressed store, hash-verified

49
50
51def to_json_str(obj: Any) -> str:
52 return json.dumps(obj, indent=2)
53
54
55COLLABORATORS_QUERY = """

Callers 5

__init__Method · 0.85
ci_jobsMethod · 0.85
commentMethod · 0.85
mergeMethod · 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…