Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1284 const float goldenOutput = randFrac(); in TEST_P() local
1334 auto prepareForExecution = [&model, &ioDescriptors, &ioMemories, &goldenInputs, &goldenOutput, in TEST_P()
1348 desc.mVector.begin() + problemSize * problemSize, goldenOutput); in TEST_P()
1365 std::fill(region, region + problemSize * problemSize, goldenOutput); in TEST_P()