Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CMU-Perceptual-Computing-Lab/openpose
/ catch
Function
catch
src/openpose/gpu/opencl.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
#endif
67
catch (const std::exception& e)
68
{
69
error(e.what(), __LINE__, __FUNCTION__, __FILE__);
70
}
71
return true;
72
#else
73
UNUSED(program);
Callers
nothing calls this directly
Calls
2
what
Method · 0.80
error
Function · 0.50
Tested by
no test coverage detected