MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / what

Method what

arm_compute/Acl.hpp:235–238  ·  view source on GitHub ↗

Returns an explanatory exception message * * @return Status message */

Source from the content-addressed store, hash-verified

233 * @return Status message
234 */
235 const char *what() const noexcept override
236 {
237 return _msg.c_str();
238 }
239 /** Underlying status accessor
240 *
241 * @return Status code

Callers 15

fill_imageMethod · 0.45
fill_planar_tensorMethod · 0.45
openMethod · 0.45
openMethod · 0.45
fill_tensorMethod · 0.45
save_to_ppmFunction · 0.45
save_to_npyFunction · 0.45
load_trained_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected