Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1276 std::vector<float> goldenInputs(problemSize * problemSize * model.inputCount()); in TEST_P() local
1277 std::generate(goldenInputs.begin(), goldenInputs.end(), [this] { return randFrac(); }); in TEST_P()
1281 dump(goldenInputs.begin(), goldenInputs.end()); in TEST_P()
1334 auto prepareForExecution = [&model, &ioDescriptors, &ioMemories, &goldenInputs, &goldenOutput, in TEST_P()
1341 std::copy(goldenInputs.begin() + inputOffset, in TEST_P()
1342 goldenInputs.begin() + inputOffset + problemSize * problemSize, in TEST_P()
1360 std::copy(goldenInputs.begin() + inputOffset, in TEST_P()
1361 goldenInputs.begin() + inputOffset + problemSize * problemSize, in TEST_P()