Lines Matching refs:ModelArgumentInfo
136 const std::vector<ModelArgumentInfo>& inputs,
137 const std::vector<ModelArgumentInfo>& outputs,
144 const std::vector<ModelArgumentInfo>& inputs,
145 const std::vector<ModelArgumentInfo>& outputs,
282 allocatePointerArgumentsToPool(const std::vector<ModelArgumentInfo>& args, in allocatePointerArgumentsToPool()
289 if (info.state() == ModelArgumentInfo::POINTER) { in allocatePointerArgumentsToPool()
324 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in execute()
354 if (info.state() == ModelArgumentInfo::POINTER) { in execute()
418 if (info.state() == ModelArgumentInfo::POINTER) { in execute()
432 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in executeFenced()
464 if (info.state() == ModelArgumentInfo::POINTER) { in executeFenced()
535 if (info.state() == ModelArgumentInfo::POINTER) { in executeFenced()
608 const std::vector<ModelArgumentInfo>& inputs,
609 const std::vector<ModelArgumentInfo>& outputs,
621 const std::vector<ModelArgumentInfo>& inputs,
622 const std::vector<ModelArgumentInfo>& outputs,
713 CpuPreparedModel::executeFenced(const std::vector<ModelArgumentInfo>& inputs, in executeFenced()
714 const std::vector<ModelArgumentInfo>& outputs, in executeFenced()
754 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in execute()
774 [&requestPoolInfos](const std::vector<ModelArgumentInfo>& argumentInfos) { in execute()
776 for (const ModelArgumentInfo& argumentInfo : argumentInfos) { in execute()
777 if (argumentInfo.state() == ModelArgumentInfo::POINTER) { in execute()