aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/ColorConvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/ColorConvert.h')
-rw-r--r--tests/validation/reference/ColorConvert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/reference/ColorConvert.h b/tests/validation/reference/ColorConvert.h
index 2a8602e7ab..a49bbba7b9 100644
--- a/tests/validation/reference/ColorConvert.h
+++ b/tests/validation/reference/ColorConvert.h
@@ -35,7 +35,7 @@ namespace validation
namespace reference
{
template <typename T>
-SimpleTensor<uint8_t> color_convert(const TensorShape &shape, const std::vector<SimpleTensor<T>> &tensor_planes, Format src_format, Format dst_format);
+std::vector<SimpleTensor<T>> color_convert(const TensorShape &shape, const std::vector<SimpleTensor<T>> &tensor_planes, Format src_format, Format dst_format);
} // namespace reference
} // namespace validation
} // namespace test