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

Function build_information

src/core/Version.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28#ifndef DOXYGEN_SKIP_THIS
29std::string build_information()
30{
31 static const std::string information =
32#include "arm_compute_version.embed"
33 ;
34 return information;
35}
36#endif /* DOXYGEN_SKIP_THIS */
37} // namespace arm_compute

Callers 3

mainFunction · 0.85
run_exampleFunction · 0.85
run_exampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected