From 70f946b02c09632c5b4550939d62840e20a9caa1 Mon Sep 17 00:00:00 2001 From: John Richardson Date: Mon, 2 Oct 2017 16:52:16 +0100 Subject: COMPMID-489: Move FixedPoint to new validation Change-Id: Ibb94f44550469ec22553b1f947a7753d3ff90d93 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/90138 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/AssetsLibrary.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/AssetsLibrary.h') diff --git a/tests/AssetsLibrary.h b/tests/AssetsLibrary.h index 6199a09012..ee136447ee 100644 --- a/tests/AssetsLibrary.h +++ b/tests/AssetsLibrary.h @@ -58,14 +58,17 @@ namespace test class AssetsLibrary final { public: - /** Initialises the library with a @p path to the image directory. + /** Initialises the library with a @p path to the assets directory. * Furthermore, sets the seed for the random generator to @p seed. * - * @param[in] path Path to load images from. + * @param[in] path Path to load assets from. * @param[in] seed Seed used to initialise the random number generator. */ AssetsLibrary(std::string path, std::random_device::result_type seed); + /** Path to assets directory used to initialise library. */ + std::string path() const; + /** Seed that is used to fill tensors with random values. */ std::random_device::result_type seed() const; -- cgit v1.2.1