Home
last modified time | relevance | path

Searched refs:GraphSize (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DTestRandomGraph.cpp424 enum GraphSize : uint32_t { SINGLE = 1, SMALL = 5, LARGE = 40 }; enum in android::nn::fuzzing_test::RandomGraphTest
468 testRandomGraph(GraphSize::SINGLE, DimensionRange::WIDE); \
785 testRandomGraph(GraphSize::SMALL, DimensionRange::WIDE); \
791 testRandomGraph(GraphSize::LARGE, DimensionRange::NARROW); \