Home
last modified time | relevance | path

Searched refs:mFailedModelDumpPath (Results 1 – 1 of 1) sorted by relevance

/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp156 mFailedModelDumpPath(failedModelDumpPath) {} in RandomGraphGenerator()
297 const std::string mFailedModelDumpPath; member in RandomGraphGenerator
456 if (mFailedModelDumpPath.empty()) return; in dumpModel()
459 << mFailedModelDumpPath; in dumpModel()
461 std::ofstream os(mFailedModelDumpPath); in dumpModel()