aboutsummaryrefslogtreecommitdiff
path: root/src/backends/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/README.md')
-rw-r--r--src/backends/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/README.md b/src/backends/README.md
index b3376099d4..b7aa25228a 100644
--- a/src/backends/README.md
+++ b/src/backends/README.md
@@ -166,7 +166,7 @@ Dynamic backends are registered during the runtime creation.
## The ILayerSupport interface
-Arm NN uses the [ILayerSupport](../../include/armnn/ILayerSupport.hpp) interface to decide if a layer
+Arm NN uses the [ILayerSupport](../../include/armnn/backends/ILayerSupport.hpp) interface to decide if a layer
with a set of parameters (i.e. input and output tensors, descriptor, weights, filter, kernel if any) are
supported on a given backend. The backends need a way to communicate this information by implementing
the ```GetLayerSupport()``` function on the ```IBackendInternal``` interface.