Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp426 enum GraphSize : uint32_t { SINGLE = 1, SMALL = 5, LARGE = 40 }; enum in android::nn::fuzzing_test::RandomGraphTest
470 testRandomGraph(GraphSize::SINGLE, DimensionRange::WIDE); \
787 testRandomGraph(GraphSize::SMALL, DimensionRange::WIDE); \
793 testRandomGraph(GraphSize::LARGE, DimensionRange::NARROW); \