10 #include <arm_compute/runtime/CL/functions/CLDepthConvertLayer.h>
23 const arm_compute::CLCompileContext& clCompileContext);
24 virtual void Execute()
const override;
34 mutable arm_compute::CLDepthConvertLayer m_Layer;
35 virtual void Reconfigure();
37 std::unique_ptr<ICLTensorProxy> m_InputProxy;
38 std::unique_ptr<ICLTensorProxy> m_OutputProxy;