From 2a721ea0e98b591d0861b0825d6852cd6313277f Mon Sep 17 00:00:00 2001 From: Shvetank Prakash <46943363+ShvetankPrakash@users.noreply.github.com> Date: Thu, 25 May 2023 01:20:08 -0400 Subject: [PATCH] Fix typo in README Signed-off-by: ShvetankPrakash --- proj/avg_pdti8/src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/avg_pdti8/src/README.md b/proj/avg_pdti8/src/README.md index 0f41d6261..fbe03895f 100644 --- a/proj/avg_pdti8/src/README.md +++ b/proj/avg_pdti8/src/README.md @@ -9,5 +9,5 @@ For example: * to replace the integer 2D convolution implementation, you could create a file with the path: - tensorflow/lite/kernels/interal/reference/integer_ops/conv.h. + tensorflow/lite/kernels/internal/reference/integer_ops/conv.h.