From 205f7d53f02dcef2a70c40aab20b75a81138845b Mon Sep 17 00:00:00 2001 From: "xiang.zhang" Date: Sat, 8 May 2021 08:16:37 +0800 Subject: [PATCH] Align declare and definition for TensorSpec Signed-off-by: xiang.zhang --- include/tim/vx/graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tim/vx/graph.h b/include/tim/vx/graph.h index b7d5c1b..4fb66ab 100644 --- a/include/tim/vx/graph.h +++ b/include/tim/vx/graph.h @@ -31,7 +31,7 @@ namespace tim { namespace vx { class Tensor; -class TensorSpec; +struct TensorSpec; class Operation;