Searched refs:RandomGraphTest (Results 1 – 1 of 1) sorted by relevance
141 class RandomGraphTest : public ::testing::TestWithParam<uint32_t> { class452 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 …]