Lines Matching refs:RandomGraphTest
141 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 {};
785 TEST_P(RandomGraphTest, SmallGraph_##dataType##_Rank##rank) { \
791 TEST_P(RandomGraphTest, LargeGraph_##dataType##_Rank##rank) { \
823 INSTANTIATE_TEST_SUITE_P(TestRandomGraph, RandomGraphTest, ::testing::Range(0u, 50u));