Searched refs:RandomGraphTest (Results 1 – 1 of 1) sorted by relevance
142 class RandomGraphTest : public ::testing::TestWithParam<uint32_t> { class450 bool RandomGraphTest::mEnableLog = false;451 bool RandomGraphTest::mDumpSpec = false;452 bool RandomGraphTest::mDetectMemoryLeak = false;453 std::map<std::string, ANeuralNetworksDevice*> RandomGraphTest::mDevices;455 int RandomGraphTest::mVndkVersion = __ANDROID_API_FUTURE__;456 int64_t RandomGraphTest::mStandardDevicesFeatureLevel;458 std::vector<std::shared_ptr<Device>> RandomGraphTest::mStandardDevices;459 std::vector<std::shared_ptr<Device>> RandomGraphTest::mSyntheticDevices;463 class SingleOperationTest : public RandomGraphTest {};[all …]