aboutsummaryrefslogtreecommitdiff
path: root/tests/TensorLibrary.h
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2017-06-16 13:57:33 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:13:23 +0100
commitfda461824f18f0c7429abc899caea39937af88bc (patch)
tree0908c7822e8a5e8e945519d53335360318a40af1 /tests/TensorLibrary.h
parent5b51229fad2fcf639051abb6eabfffe98eaadd06 (diff)
downloadComputeLibrary-fda461824f18f0c7429abc899caea39937af88bc.tar.gz
COMPMID-378 IntegralImage testing completed.
Change-Id: I848713c8aa4382b01111af714a207f92eefcdb44 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/77878 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Steven Niu <steven.niu@arm.com>
Diffstat (limited to 'tests/TensorLibrary.h')
-rw-r--r--tests/TensorLibrary.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/TensorLibrary.h b/tests/TensorLibrary.h
index b3974836ae..bdf91c6eda 100644
--- a/tests/TensorLibrary.h
+++ b/tests/TensorLibrary.h
@@ -73,6 +73,12 @@ public:
/** Seed that is used to fill tensors with random values. */
std::random_device::result_type seed() const;
+ /** Provides a tensor shape for the specified image.
+ *
+ * @param[in] name Image file used to look up the raw tensor.
+ */
+ TensorShape get_image_shape(const std::string &name);
+
/** Creates an uninitialised raw tensor with the given @p shape, @p
* data_type and @p num_channels.
*