The Wayback Machine - https://web.archive.org/web/20210731214751/https://github.com/topics/colorization
Skip to content
#

colorization

Here are 231 public repositories matching this topic...

rrjia
rrjia commented Jul 28, 2021

Ort::Env m_env;
Ort::Session m_session;
请问这两个关系是怎么样的,之前看onnxruntime的文档介绍,Ort::Env是一个全局唯一的,如果要实现一个生产者消费者的推理模块来扩大推理引擎的并发性,是不是所有线程共用一个Ort::Env,每个消费者线程新建一个Ort::Session对象?麻烦不吝指教

Improve this page

Add a description, image, and links to the colorization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the colorization topic, visit your repo's landing page and select "manage topics."

Learn more