Searched defs:InputOutputDescriptor (Results 1 – 1 of 1) sorted by relevance
1287 struct InputOutputDescriptor { in TEST_P() struct1288 enum Kind { INPUT, OUTPUT }; in TEST_P()1289 Kind mKind; in TEST_P()1295 enum Location { VECTOR, REGION }; in TEST_P()1296 Location getLocation() const { return !mVector.empty() ? VECTOR : REGION; } in TEST_P()1298 std::vector<float> mVector; in TEST_P()1299 unsigned mMemoryRegion; in TEST_P()