Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai-techsystems/deepC
/ cppCodeGen
Method
cppCodeGen
include/codegen/cppCodeGen.h:70–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
public:
70
cppCodeGen(graph &graph, std::string bundleDir, std::string outFile)
71
: _graph(graph), _bundleDir(bundleDir), _outFile(outFile) {}
72
bool write();
73
};
74
} // namespace dnnc
Callers
2
main
Method · 0.80
test_readAllOnnxFiles
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_readAllOnnxFiles
Method · 0.64