From d646ae17893a89771cdc61ac8790f7e241ecd799 Mon Sep 17 00:00:00 2001 From: Vidhya Sudhan Loganathan Date: Mon, 19 Nov 2018 15:18:20 +0000 Subject: COMPMID-1065 : Create documentation explaining how to add new functions / kernels Change-Id: I98183f95814442b6f3dbb67a1bdae99df05b9b01 --- utils/TypePrinter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') 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. * -- cgit v1.2.1