arm_compute v17.10
[platform/upstream/armcl.git] / tests / AssetsLibrary.cpp
index 5841d5b..744c987 100644 (file)
@@ -191,6 +191,11 @@ AssetsLibrary::AssetsLibrary(std::string path, std::random_device::result_type s
 {
 }
 
+std::string AssetsLibrary::path() const
+{
+    return _library_path;
+}
+
 std::random_device::result_type AssetsLibrary::seed() const
 {
     return _seed;