26 const arm_compute::CLCompileContext& clCompileContext);
27 virtual void Execute()
const override;
30 mutable arm_compute::CLSpaceToBatchLayer m_Layer;
31 mutable std::unique_ptr<arm_compute::CLReshapeLayer> m_LayerReshapeInput;
32 mutable std::unique_ptr<arm_compute::CLReshapeLayer> m_LayerReshapeOutput;
33 arm_compute::CLTensor m_ReshapeInputTensor;
34 arm_compute::CLTensor m_ReshapeOutputTensor;