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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/CpuContext.h b/src/cpu/CpuContext.h
index 81bab97b8e..d2062e4bdd 100644
--- a/src/cpu/CpuContext.h
+++ b/src/cpu/CpuContext.h
@@ -67,6 +67,9 @@ public:
*/
AllocatorWrapper &allocator();
+ // Inherrited methods overridden
+ ITensorV2 *create_tensor(const AclTensorDescriptor &desc, bool allocate) override;
+
private:
AllocatorWrapper _allocator;
CpuCapabilities _caps;