Lines Matching refs:ModelArgumentInfo
135 const std::vector<ModelArgumentInfo>& inputs,
136 const std::vector<ModelArgumentInfo>& outputs,
143 const std::vector<ModelArgumentInfo>& inputs,
144 const std::vector<ModelArgumentInfo>& outputs,
281 allocatePointerArgumentsToPool(const std::vector<ModelArgumentInfo>& args, in allocatePointerArgumentsToPool()
288 if (info.state() == ModelArgumentInfo::POINTER) { in allocatePointerArgumentsToPool()
323 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in execute()
353 if (info.state() == ModelArgumentInfo::POINTER) { in execute()
417 if (info.state() == ModelArgumentInfo::POINTER) { in execute()
431 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in executeFenced()
463 if (info.state() == ModelArgumentInfo::POINTER) { in executeFenced()
534 if (info.state() == ModelArgumentInfo::POINTER) { in executeFenced()
607 const std::vector<ModelArgumentInfo>& inputs,
608 const std::vector<ModelArgumentInfo>& outputs,
620 const std::vector<ModelArgumentInfo>& inputs,
621 const std::vector<ModelArgumentInfo>& outputs,
712 CpuPreparedModel::executeFenced(const std::vector<ModelArgumentInfo>& inputs, in executeFenced()
713 const std::vector<ModelArgumentInfo>& outputs, in executeFenced()
753 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in execute()
773 [&requestPoolInfos](const std::vector<ModelArgumentInfo>& argumentInfos) { in execute()
775 for (const ModelArgumentInfo& argumentInfo : argumentInfos) { in execute()
776 if (argumentInfo.state() == ModelArgumentInfo::POINTER) { in execute()