aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/ops/custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/src/ops/custom.h')
-rw-r--r--reference_model/src/ops/custom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reference_model/src/ops/custom.h b/reference_model/src/ops/custom.h
index b1085a5..d14c809 100644
--- a/reference_model/src/ops/custom.h
+++ b/reference_model/src/ops/custom.h
@@ -26,7 +26,7 @@ namespace TosaReference
class OpCustom : public GraphNode
{
public:
- OpCustom(uint64_t id_);
+ OpCustom(SubgraphTraverser* sgt_, uint64_t id_);
virtual ~OpCustom();
virtual int checkTensorAttributes();