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