MCPcopy 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
29def _src_gen(text):
30 return """
31#include <iostream>
32
33int main() {
34 std::cout << "text";
35 return 0;
36}""".replace("text", text)
37
38
39def _compile(f_create, text, output):

Callers 1

_compileFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…