From b3e898d64f104dab5b6b58069d8019fc817f078e Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 31 Dec 2020 16:18:02 +0900 Subject: [PATCH] Fix typo in concatenation.cc --- tensorflow/lite/kernels/concatenation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/lite/kernels/concatenation.cc b/tensorflow/lite/kernels/concatenation.cc index 017760db23d..61596a4ff06 100644 --- a/tensorflow/lite/kernels/concatenation.cc +++ b/tensorflow/lite/kernels/concatenation.cc @@ -121,7 +121,7 @@ TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { // TODO(ahentz): Creating 'all_inputs' below is not very efficient. We should // allocate and populate these during Prepare(). -// TODO(ycling): Activation function parameter is ignored. For now we dont have +// TODO(ycling): Activation function parameter is ignored. For now we don't have // a model with a Concatenation with fused activation function. #define TF_LITE_CONCATENATION(scalar) \ { \