Searched refs:_input_to_input_reduction (Results 1 – 4 of 4) sorted by relevance
126 _input_to_input_reduction(), in NEQLSTMLayer()324 …_input_to_input_reduction = std::make_unique<cpu::kernels::CpuGemmLowpMatrixAReductionKernel>(… in configure()326 …_input_to_input_reduction->configure(_input_to_input_weights->info(), _input_to_input_eff_bias.inf… in configure()1251 …NEScheduler::get().schedule_op(_input_to_input_reduction.get(), Window::DimY, _input_to_input_redu… in prepare()
95 : _input_to_input_reduction(std::make_unique<ClGemmLowpMatrixAReductionKernel>()), in CLQLSTMLayer()253 …_input_to_input_reduction->configure(compile_context, _input_to_input_weights->info(), _input_to_i… in configure()1140 … CLScheduler::get().enqueue_op(*_input_to_input_reduction, input_to_input_red_pack, false); in prepare()
315 std::unique_ptr<opencl::kernels::ClGemmLowpMatrixAReductionKernel> _input_to_input_reduction; variable
272 std::unique_ptr<cpu::kernels::CpuGemmLowpMatrixAReductionKernel> _input_to_input_reduction; variable