Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp147 mDumpSpec = ::android::base::GetProperty("debug.nn.fuzzer.dumpspec", "") == "1"; in SetUpTestCase()
187 if (::testing::Test::HasFailure() || mDumpSpec) { in TearDown()
430 static bool mDumpSpec; member in android::nn::fuzzing_test::RandomGraphTest
451 bool RandomGraphTest::mDumpSpec = false; member in android::nn::fuzzing_test::RandomGraphTest