Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DBurst.h53 using SharedCleanup = std::shared_ptr<const Cleanup>; variable
65 std::pair<int64_t, SharedCleanup> getOrCacheMemory(const nn::SharedMemory& memory);
76 std::optional<std::pair<int64_t, SharedCleanup>> getMemoryIfAvailable(
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstController.h87 using SharedCleanup = std::shared_ptr<const Cleanup>; variable
110 std::pair<int32_t, SharedCleanup> cacheMemory(const nn::SharedMemory& memory);
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DBurst.cpp82 std::pair<int64_t, Burst::MemoryCache::SharedCleanup> Burst::MemoryCache::getOrCacheMemory( in getOrCacheMemory()
118 std::optional<std::pair<int64_t, Burst::MemoryCache::SharedCleanup>>