Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp141 class RandomGraphTest : public ::testing::TestWithParam<uint32_t> { class
452 bool RandomGraphTest::mEnableLog = false;
453 bool RandomGraphTest::mDumpSpec = false;
454 bool RandomGraphTest::mDetectMemoryLeak = false;
455 std::map<std::string, ANeuralNetworksDevice*> RandomGraphTest::mDevices;
457 int RandomGraphTest::mVndkVersion = __ANDROID_API_FUTURE__;
458 int64_t RandomGraphTest::mStandardDevicesFeatureLevel;
460 std::vector<std::shared_ptr<Device>> RandomGraphTest::mStandardDevices;
461 std::vector<std::shared_ptr<Device>> RandomGraphTest::mSyntheticDevices;
465 class SingleOperationTest : public RandomGraphTest {};
[all …]