Searched refs:graphDump (Results 1 – 4 of 4) sorted by relevance
48 void graphDump(const char* name, const Model& model, std::ostream* outStream = nullptr);
478 graphDump(fromName.str().c_str(), mModel); in makeSlice()483 graphDump(toName.str().c_str(), slice.mModel); in makeSlice()
152 void graphDump(const char* name, const Model& model, std::ostream* outStream) { in graphDump() function
530 graphDump("ModelBuilder::finish", modelForValidation, nullptr); in finish()