aboutsummaryrefslogtreecommitdiff
path: root/utils/TypePrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TypePrinter.h')
-rw-r--r--utils/TypePrinter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h
index 7c23399bc1..70196882de 100644
--- a/utils/TypePrinter.h
+++ b/utils/TypePrinter.h
@@ -978,7 +978,6 @@ inline std::string to_string(const TensorInfo &info)
return str.str();
}
-//FIXME: Check why this doesn't work and the TensorShape and Coordinates overload are needed
/** Formatted output of the Dimensions type.
*
* @param[in] dimensions Type to output.