MCPcopy 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
69public:
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

mainMethod · 0.80
test_readAllOnnxFilesMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_readAllOnnxFilesMethod · 0.64