Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DGeneratedTestHarness.cpp47 size_t constCopySize = 0, constRefSize = 0; in createModel() local
59 .offset = static_cast<uint32_t>(constRefSize), in createModel()
61 constRefSize += op.data.alignedSize(); in createModel()
95 if (constRefSize > 0) { in createModel()
96 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DGeneratedTestHarness.cpp54 size_t constCopySize = 0, constRefSize = 0; in createModel() local
66 .offset = static_cast<uint32_t>(constRefSize), in createModel()
68 constRefSize += op.data.alignedSize(); in createModel()
102 if (constRefSize > 0) { in createModel()
103 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DGeneratedTestHarness.cpp80 size_t constCopySize = 0, constRefSize = 0; in createModel() local
92 .offset = static_cast<uint32_t>(constRefSize), in createModel()
94 constRefSize += op.data.alignedSize(); in createModel()
135 if (constRefSize > 0) { in createModel()
136 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp189 std::vector<const TestBuffer*>* constCopies, uint32_t* constRefSize, in createSubgraph() argument
193 CHECK(constRefSize != nullptr); in createSubgraph()
213 .offset = *constRefSize, in createSubgraph()
217 *constRefSize += op.data.alignedSize(); in createSubgraph()
278 uint32_t constRefSize = 0; in createModel() local
283 &constRefSize, &constReferences); in createModel()
286 [&constCopySize, &constCopies, &constRefSize, in createModel()
289 &constRefSize, &constReferences); in createModel()
298 if (constRefSize > 0) { in createModel()
299 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()