Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp146 mDumpSpec = ::android::base::GetProperty("debug.nn.fuzzer.dumpspec", "") == "1"; in SetUpTestCase()
189 if (::testing::Test::HasFailure() || mDumpSpec) { in TearDown()
432 static bool mDumpSpec; member in android::nn::fuzzing_test::RandomGraphTest
453 bool RandomGraphTest::mDumpSpec = false; member in android::nn::fuzzing_test::RandomGraphTest