You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
你好,我使用你们的repo做了benchmark,
MNN在OPENGL(2ms)下的速度是OPENCL(15ms)下的7倍,
想通过打印tensor的值来看这个测试结果是不是有bug
使用如下代码打印tensor,但是运行后却没有显示打印结果,请问你们知道如何办吗?
// Warming up...
for (int i = 0; i < warmup; ++i)
{
input->copyFromHostTensor(givenTensor.get());
net->runSession(session);
outputTensor->copyToHostTensor(expectTensor.get());
}
The text was updated successfully, but these errors were encountered: