Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp190 std::vector<const TestBuffer*>* constReferences) { in createSubgraph() argument
194 CHECK(constReferences != nullptr); in createSubgraph()
216 constReferences->push_back(&op.data); in createSubgraph()
280 std::vector<const TestBuffer*> constReferences; in createModel() local
283 &constRefSize, &constReferences); in createModel()
287 &constReferences](const TestSubgraph& testSubgraph) { in createModel()
289 &constRefSize, &constReferences); in createModel()
309 copyTestBuffers(constReferences, mappedPtr); in createModel()