Searched refs:goldenInputs (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioningRandom.cpp | 1246 std::vector<float> goldenInputs(problemSize * problemSize * model.inputCount()); in TEST_P() local 1247 std::generate(goldenInputs.begin(), goldenInputs.end(), [this] { return randFrac(); }); in TEST_P() 1251 dump(goldenInputs.begin(), goldenInputs.end()); in TEST_P() 1304 auto prepareForExecution = [&model, &ioDescriptors, &ioMemories, &goldenInputs, &goldenOutput, in TEST_P() 1311 std::copy(goldenInputs.begin() + inputOffset, in TEST_P() 1312 goldenInputs.begin() + inputOffset + problemSize * problemSize, in TEST_P() 1330 std::copy(goldenInputs.begin() + inputOffset, in TEST_P() 1331 goldenInputs.begin() + inputOffset + problemSize * problemSize, in TEST_P()
|