Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp220 std::pair<int, test_wrapper::Memory> allocateDeviceMemory( in allocateDeviceMemory() function in __anon75e9c8580110::MemoryDomainTestBase
298 auto [n, memory] = allocateDeviceMemory(compilation, {0}, {0}); in TEST_P()
336 auto [n, memory] = allocateDeviceMemory(compilation, {0}, {}); in TEST_P()
367 auto [n, memory] = allocateDeviceMemory(compilation, {1}, {}); in TEST_P()
390 auto [n, memory] = allocateDeviceMemory(compilation, {}, {0}); in TEST_P()
420 auto [n, memory] = allocateDeviceMemory(compilation, {}, {1}); in TEST_P()
467 auto [n1, memory1] = allocateDeviceMemory(compilation, {0}, {}); in TEST_F()
468 auto [n2, memory2] = allocateDeviceMemory(compilation, {0}, {}); in TEST_F()