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

Method to_string

src/core/Size3D.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace arm_compute
29{
30std::string Size3D::to_string() const
31{
32 return support::cpp11::to_string(width) + std::string("x") + support::cpp11::to_string(height) + std::string("x") +
33 support::cpp11::to_string(depth);
34}
35} // namespace arm_compute

Callers 5

configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
openclTraceEndMethod · 0.45
save_to_fileMethod · 0.45

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected