Searched refs:createFromMemory (Results 1 – 10 of 10) sorted by relevance
42 const auto srcPool = RunTimePoolInfo::createFromMemory(src); in copyFromInternal()71 const auto dstPool = RunTimePoolInfo::createFromMemory(dst); in copyTo()
48 auto buffer = RunTimePoolInfo::createFromMemory(*maybeMemory); in createRunTimePoolInfos()
44 static std::pair<int, ModelArgumentInfo> createFromMemory(
79 std::pair<int, ModelArgumentInfo> ModelArgumentInfo::createFromMemory( in createFromMemory() function in android::nn::ModelArgumentInfo
254 ModelArgumentInfo::createFromMemory(mModel->getInputOperand(index), type, poolIndex, in setInputFromMemory()334 ModelArgumentInfo::createFromMemory(mModel->getOutputOperand(index), type, poolIndex, in setOutputFromMemory()1434 ModelArgumentInfo::createFromMemory(inputOrOutputOperand, in setInputOrOutputFromMemory()
209 mCachedRunTimePoolInfo = RunTimePoolInfo::createFromMemory(kMemory); in getRunTimePoolInfo()
319 const auto dstPool = RunTimePoolInfo::createFromMemory(uncheckedConvert(dst)); in copyTo()338 const auto srcPool = RunTimePoolInfo::createFromMemory(uncheckedConvert(src)); in copyFromInternal()382 RunTimePoolInfo::createFromMemory(uncheckedConvert(pool.hidlMemory())); in createRunTimePoolInfos()779 mMemoryCache[slot] = RunTimePoolInfo::createFromMemory(uncheckedConvert(memory)); in addCacheEntry()
108 static std::optional<RunTimePoolInfo> createFromMemory(const SharedMemory& memory);
247 const auto dstPool = RunTimePoolInfo::createFromMemory(canonicalMemory.value()); in copyTo()272 const auto srcPool = RunTimePoolInfo::createFromMemory(canonicalMemory.value()); in copyFromInternal()325 auto buffer = RunTimePoolInfo::createFromMemory(*memory); in createRunTimePoolInfos()
328 std::optional<RunTimePoolInfo> RunTimePoolInfo::createFromMemory(const SharedMemory& memory) { in createFromMemory() function in android::nn::RunTimePoolInfo371 if (std::optional<RunTimePoolInfo> poolInfo = RunTimePoolInfo::createFromMemory(pool)) { in setRunTimePoolInfosFromCanonicalMemories()394 RunTimePoolInfo::createFromMemory(std::get<SharedMemory>(pool))) { in setRunTimePoolInfosFromMemoryPools()