aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/backends/GLES/GCDeviceBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/backends/GLES/GCDeviceBackend.h')
-rw-r--r--arm_compute/graph/backends/GLES/GCDeviceBackend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph/backends/GLES/GCDeviceBackend.h b/arm_compute/graph/backends/GLES/GCDeviceBackend.h
index be81a8f1f2..dc0e2b07dc 100644
--- a/arm_compute/graph/backends/GLES/GCDeviceBackend.h
+++ b/arm_compute/graph/backends/GLES/GCDeviceBackend.h
@@ -45,6 +45,7 @@ public:
void initialize_backend() override;
void setup_backend_context(GraphContext &ctx) override;
bool is_backend_supported() override;
+ IAllocator *backend_allocator() override;
std::unique_ptr<ITensorHandle> create_tensor(const Tensor &tensor) override;
std::unique_ptr<ITensorHandle> create_subtensor(ITensorHandle *parent, TensorShape shape, Coordinates coords, bool extend_parent) override;
std::unique_ptr<arm_compute::IFunction> configure_node(INode &node, GraphContext &ctx) override;