Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
H A 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(
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecutionBurstController.h87 using SharedCleanup = std::shared_ptr<const Cleanup>; variable
110 std::pair<int32_t, SharedCleanup> cacheMemory(const nn::SharedMemory& memory);
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBurst.cpp82 std::pair<int64_t, Burst::MemoryCache::SharedCleanup> Burst::MemoryCache::getOrCacheMemory( in getOrCacheMemory()
118 std::optional<std::pair<int64_t, Burst::MemoryCache::SharedCleanup>>
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp127 std::pair<int32_t, ExecutionBurstController::MemoryCache::SharedCleanup>