11 #include <arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h>
12 #include <arm_compute/runtime/CL/functions/CLReshapeLayer.h>
18 const TensorInfo& output,
19 const BatchToSpaceNdDescriptor& descriptor);
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;