Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryDomain.cpp227 std::pair<int, test_wrapper::Memory> allocateDeviceMemory( in allocateDeviceMemory() function in __anonc6fc88ec0111::MemoryDomainTestBase
301 auto [n, memory] = allocateDeviceMemory(compilation, {0}, {0}); in TEST_P()
339 auto [n, memory] = allocateDeviceMemory(compilation, {0}, {}); in TEST_P()
370 auto [n, memory] = allocateDeviceMemory(compilation, {1}, {}); in TEST_P()
393 auto [n, memory] = allocateDeviceMemory(compilation, {}, {0}); in TEST_P()
423 auto [n, memory] = allocateDeviceMemory(compilation, {}, {1}); in TEST_P()
465 auto [n1, memory1] = allocateDeviceMemory(compilation, {0}, {}); in TEST_F()
466 auto [n2, memory2] = allocateDeviceMemory(compilation, {0}, {}); in TEST_F()