Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DDriverFuzzTest.cpp222 auto inputMemory = nn::allocateSharedMemory(inputSize); in createRequest() local
223 CHECK(inputMemory.valid()); in createRequest()
228 pools[kInputPoolIndex].hidlMemory(inputMemory); in createRequest()
232 const auto mappedInput = mapMemory(inputMemory); in createRequest()
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
H A DTestUtils.cpp188 auto inputMemory = inputBuilder.finish().value(); in createRequest() local
190 std::vector<Request::MemoryPool> pools = {std::move(inputMemory), std::move(outputMemory)}; in createRequest()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp165 sp<IMemory> inputMemory = mapMemory(tmp); in allocateInternal() local
166 ASSERT_NE(inputMemory.get(), nullptr); in allocateInternal()
168 static_cast<uint8_t*>(static_cast<void*>(inputMemory->getPointer())); in allocateInternal()