We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
真正运行kernel的地方是device,
目前看起来只有一个地方实现了这个Compute的计算 threadpool_device
驱动device执行Compute的函数是 executor::process
在executor中构建需要的OpKernelContext和Opkernel, executor 调用compute
InferenceContext