summaryrefslogtreecommitdiff
path: root/compiler/loco/src/Service/GraphTestcase.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/loco/src/Service/GraphTestcase.h')
-rw-r--r--compiler/loco/src/Service/GraphTestcase.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/loco/src/Service/GraphTestcase.h b/compiler/loco/src/Service/GraphTestcase.h
index 27b011f8d..06801e0aa 100644
--- a/compiler/loco/src/Service/GraphTestcase.h
+++ b/compiler/loco/src/Service/GraphTestcase.h
@@ -22,8 +22,6 @@
#include "GraphBuilder.h"
-#include <stdex/Memory.h>
-
enum class GraphCode
{
Identity,
@@ -278,7 +276,7 @@ public:
const_node = graph_builder->push<ConstGenLayer>()->node();
filter_encode_node =
- graph_builder->push<DepthwiseFilterEncodeLayer>()->perm(filter_perm)->node();
+ graph_builder->push<DepthwiseFilterEncodeLayer>()->perm(filter_perm)->node();
depthwiseconv2d_node = graph_builder->push<DepthwiseConv2DLayer>()->node();