Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp381 int makeEluSpecialInput([[maybe_unused]] unsigned problemSize, TestModel* model, in makeEluSpecialInput()
395 int makeRnnSpecialInput(unsigned problemSize, TestModel* model, unsigned inputIndex) { in makeRnnSpecialInput()
752 const unsigned problemSize = 1 + randUInt(kMaxProblemSize); in TEST_P() local