minor refactor

This commit is contained in:
NiccoloN
2026-04-14 11:21:11 +02:00
parent e866ec6f87
commit 368e340a40
3 changed files with 3 additions and 3 deletions

View File

@@ -420,7 +420,7 @@ void GraphDCP::to_dot() {
std::string outputDir = onnx_mlir::getOutputDir();
if (outputDir.empty())
return;
std::string graphDir = outputDir + "/DCPGraph";
std::string graphDir = outputDir + "/dcp_graph";
onnx_mlir::createDirectory(graphDir);
std::fstream file(graphDir + "/graph_" + std::to_string(index++) + ".dot", std::ios::out);
file << "digraph G {\n";