Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ _src_gen
Function
_src_gen
tests/python/support/test_ccache.py:29–36 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
27
28
29
def
_src_gen(text):
30
return
""
"
31
#include <iostream>
32
33
int main() {
34
std::cout <<
"text"
;
35
return
0;
36
}
""
".replace("
text", text)
37
38
39
def
_compile(f_create, text, output):
Callers
1
_compile
Function · 0.85
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…