MCPcopy 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
341void Framework::set_throw_errors(bool throw_errors)
342{
343 _throw_errors = throw_errors;
344}
345
346bool Framework::throw_errors() const
347{

Callers 3

mainFunction · 0.80
run_exampleFunction · 0.80
run_exampleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected