Home
last modified time | relevance | path

Searched defs:InputOutputDescriptor (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp1257 struct InputOutputDescriptor { in TEST_P() struct
1258 enum Kind { INPUT, OUTPUT }; in TEST_P()
1259 Kind mKind; in TEST_P()
1265 enum Location { VECTOR, REGION }; in TEST_P()
1266 Location getLocation() const { return !mVector.empty() ? VECTOR : REGION; } in TEST_P()
1268 std::vector<float> mVector; in TEST_P()
1269 unsigned mMemoryRegion; in TEST_P()