Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_throw_errors
Method
set_throw_errors
tests/framework/Framework.cpp:341–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
}
340
341
void Framework::set_throw_errors(bool throw_errors)
342
{
343
_throw_errors = throw_errors;
344
}
345
346
bool Framework::throw_errors() const
347
{
Callers
3
main
Function · 0.80
run_example
Function · 0.80
run_example
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected