From a7a9669822d9139232c0de3894c68960890ab703 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=B2=9C=EA=B5=90/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Thu, 7 Nov 2019 13:50:28 +0900 Subject: [PATCH] [exo] Fix typo (#8821) This commit fixes typo for comment in TFLShapeInferenceRule.cpp Signed-off-by: Cheongyo Bahk --- compiler/exo/src/Dialect/Service/TFLShapeInferenceRule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/exo/src/Dialect/Service/TFLShapeInferenceRule.cpp b/compiler/exo/src/Dialect/Service/TFLShapeInferenceRule.cpp index 34a8f63..e6f2dd0 100644 --- a/compiler/exo/src/Dialect/Service/TFLShapeInferenceRule.cpp +++ b/compiler/exo/src/Dialect/Service/TFLShapeInferenceRule.cpp @@ -177,7 +177,7 @@ loco::TensorShape broadcast_shape(const loco::TensorShape &x, const loco::Tensor /** * @brief Class to infer the shape of TFLNode * - * @note All TFLNode's inputs and outouts are always loco::Domain::Tensor + * @note All TFLNode's inputs and outputs are always loco::Domain::Tensor */ class ShapeInferenceAlgorithm final : public locoex::TFLNodeVisitor { -- 2.7.4