aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/TypePrinter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h
index 58162000a6..d089a5b7ea 100644
--- a/utils/TypePrinter.h
+++ b/utils/TypePrinter.h
@@ -527,6 +527,7 @@ inline std::string to_string(const RoundingPolicy &rounding_policy)
return str.str();
}
+/** [Print DataLayout type] **/
/** Formatted output of the DataLayout type.
*
* @param[out] os Output stream.
@@ -566,6 +567,7 @@ inline std::string to_string(const arm_compute::DataLayout &data_layout)
str << data_layout;
return str.str();
}
+/** [Print DataLayout type] **/
/** Formatted output of the DataLayoutDimension type.
*