D | MemoryDomainTests.cpp | 619 std::pair<sp<IBuffer>, uint32_t> allocateBuffer(const sp<IPreparedModel>& preparedModel, in allocateBuffer() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainCopyTestBase 655 std::pair<sp<IBuffer>, uint32_t> allocateBuffer(const sp<IPreparedModel>& preparedModel, in allocateBuffer() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainCopyTestBase 658 return allocateBuffer(preparedModel, inputIndexes, outputIndexes, {}); in allocateBuffer() 699 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 713 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 732 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 758 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 784 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 793 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 811 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() [all …]
|