27 const arm_compute::CLCompileContext& clCompileContext);
28 virtual void Execute()
const override;
31 arm_compute::CLTensor m_InputGather;
32 arm_compute::CLTensor m_FlattenedCoeff;
33 arm_compute::CLTensor m_OutputMul;
34 arm_compute::CLTensor m_FlattenedIndices;
35 arm_compute::CLTensor m_OutputGather;
36 arm_compute::CLTensor m_IndicesReshaped;
38 mutable arm_compute::CLPixelWiseMultiplication m_MulLayer;
39 mutable arm_compute::CLReductionOperation m_ReduceSumLayer;
40 mutable arm_compute::CLGather m_GatherLayer;
41 mutable arm_compute::CLReshapeLayer m_ReshapeInputLayer;
42 mutable arm_compute::CLReshapeLayer m_ReshapeOutputLayer;
43 mutable arm_compute::CLReshapeLayer m_ReshapeIndicesLayer;