| 27 | { |
| 28 | #ifndef DOXYGEN_SKIP_THIS |
| 29 | std::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 |
no outgoing calls
no test coverage detected