Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DCpuExecutor.h108 static std::optional<RunTimePoolInfo> createFromHidlMemory(const hal::hidl_memory& hidlMemory);
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp322 const auto dstPool = RunTimePoolInfo::createFromHidlMemory(dst); in copyTo()
339 const auto srcPool = RunTimePoolInfo::createFromHidlMemory(src); in copyFromInternal()
382 auto buffer = RunTimePoolInfo::createFromHidlMemory(pool.hidlMemory()); in createRunTimePoolInfos()
768 mMemoryCache[slot] = RunTimePoolInfo::createFromHidlMemory(memory); in addCacheEntry()
/frameworks/ml/nn/common/
DCpuExecutor.cpp355 std::optional<RunTimePoolInfo> RunTimePoolInfo::createFromHidlMemory( in createFromHidlMemory() function in android::nn::RunTimePoolInfo
455 if (std::optional<RunTimePoolInfo> poolInfo = RunTimePoolInfo::createFromHidlMemory(pool)) { in setRunTimePoolInfosFromHidlMemories()
478 RunTimePoolInfo::createFromHidlMemory(pool.hidlMemory())) { in setRunTimePoolInfosFromMemoryPools()
/frameworks/ml/nn/runtime/
DMemory.cpp217 mCachedRunTimePoolInfo = RunTimePoolInfo::createFromHidlMemory(kHidlMemory); in getRunTimePoolInfo()