Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp147 std::string failedModelDumpPath) in RandomGraphGenerator() argument
156 mFailedModelDumpPath(failedModelDumpPath) {} in RandomGraphGenerator()
551 std::string failedModelDumpPath; in com_android_nn_crashtest_core_RandomGraphTest_RandomGraphTest_createRandomGraphGenerator() local
555 failedModelDumpPath = failedModelDumpPathTmp; in com_android_nn_crashtest_core_RandomGraphTest_RandomGraphTest_createRandomGraphGenerator()
564 nnapiLogPath, failedModelDumpPath); in com_android_nn_crashtest_core_RandomGraphTest_RandomGraphTest_createRandomGraphGenerator()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java157 String testName, String nnapiLogPath, String failedModelDumpPath); in createRandomGraphGenerator() argument