aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/CpuContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/CpuContext.h')
-rw-r--r--src/cpu/CpuContext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/CpuContext.h b/src/cpu/CpuContext.h
index 9a59af39c1..da241ed097 100644
--- a/src/cpu/CpuContext.h
+++ b/src/cpu/CpuContext.h
@@ -62,6 +62,10 @@ public:
// Inherrited methods overridden
ITensorV2 *create_tensor(const AclTensorDescriptor &desc, bool allocate) override;
IQueue *create_queue(const AclQueueOptions *options) override;
+ std::tuple<IOperator *, StatusCode> create_activation(const AclTensorDescriptor &src,
+ const AclTensorDescriptor &dst,
+ const AclActivationDescriptor &act,
+ bool is_validate) override;
private:
AllocatorWrapper _allocator;