Home
last modified time | relevance | path

Searched refs:_recurrent_to_output_reduction (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEQLSTMLayer.cpp133 _recurrent_to_output_reduction(), in NEQLSTMLayer()
335_recurrent_to_output_reduction = std::make_unique<cpu::kernels::CpuGemmLowpMatrixAReductionKernel>… in configure()
342_recurrent_to_output_reduction->configure(recurrent_to_output_weights->info(), _recurrent_to_outpu… in configure()
1314 …NEScheduler::get().schedule_op(_recurrent_to_output_reduction.get(), Window::DimY, _recurrent_to_o… in prepare()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEQLSTMLayer.h279 std::unique_ptr<cpu::kernels::CpuGemmLowpMatrixAReductionKernel> _recurrent_to_output_reduction; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLQLSTMLayer.h322 … std::unique_ptr<opencl::kernels::ClGemmLowpMatrixAReductionKernel> _recurrent_to_output_reduction; variable
/external/ComputeLibrary/src/runtime/CL/functions/
DCLQLSTMLayer.cpp102 _recurrent_to_output_reduction(std::make_unique<ClGemmLowpMatrixAReductionKernel>()), in CLQLSTMLayer()
264_recurrent_to_output_reduction->configure(compile_context, recurrent_to_output_weights->info(), _r… in configure()
1175 … CLScheduler::get().enqueue_op(*_recurrent_to_output_reduction, rec_to_output_red_pack, false); in prepare()