aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClScaleKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClScaleKernel.h')
-rw-r--r--src/core/gpu/cl/kernels/ClScaleKernel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/gpu/cl/kernels/ClScaleKernel.h b/src/core/gpu/cl/kernels/ClScaleKernel.h
index 8333c7d6c0..6674931296 100644
--- a/src/core/gpu/cl/kernels/ClScaleKernel.h
+++ b/src/core/gpu/cl/kernels/ClScaleKernel.h
@@ -59,7 +59,6 @@ public:
static Status validate(const ITensorInfo *src, const ITensorInfo *dst, const ScaleKernelInfo &info);
// Inherited methods overridden:
- BorderSize border_size() const override;
void run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) override;
private: