29 const arm_compute::CLCompileContext& clCompileContext);
30 virtual void Execute()
const override;
33 arm_compute::CLTensor m_OutputCast0;
34 arm_compute::CLTensor m_OutputCast1;
35 arm_compute::CLTensor m_OutputDiv;
36 arm_compute::CLTensor m_OutputFloor;
37 arm_compute::CLTensor m_OutputCast2;
40 mutable std::unique_ptr<arm_compute::CLCast> m_CastLayer0;
41 mutable std::unique_ptr<arm_compute::CLCast> m_CastLayer1;
42 mutable std::unique_ptr<arm_compute::CLCast> m_CastLayer2;
44 mutable arm_compute::CLArithmeticDivision m_DivLayer;
45 mutable arm_compute::CLFloor m_FloorLayer;