We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File vsi_nn_context.c, line 153, the vxCreateContext() returns 0, why?
c = vxCreateContext(); if(NULL == c) { free(context); return NULL; }
It is called by ./TIM-VX/samples/lenet/lenet_asymu8.cc auto context = tim::vx::Context::Create();
The context creation fails.
The text was updated successfully, but these errors were encountered:
Please share your terminal log with VIV_VX_DEBUG_LEVEL=1 and VSI_NN_LOG_LEVEL=5.
Thanks
Sorry, something went wrong.
No branches or pull requests
File vsi_nn_context.c, line 153, the vxCreateContext() returns 0, why?
c = vxCreateContext();
if(NULL == c)
{
free(context);
return NULL;
}
It is called by ./TIM-VX/samples/lenet/lenet_asymu8.cc
auto context = tim::vx::Context::Create();
The context creation fails.
The text was updated successfully, but these errors were encountered: