Searched refs:_mm_reshaped_kernel (Results 1 – 2 of 2) sorted by relevance
/external/ComputeLibrary/src/gpu/cl/operators/ |
D | ClGemm.h | 129 std::unique_ptr<kernels::ClGemmMatrixMultiplyReshapedKernel> _mm_reshaped_kernel; variable
|
D | ClGemm.cpp | 192 _mm_reshaped_kernel(std::make_unique<ClGemmMatrixMultiplyReshapedKernel>()), in ClGemm() 261 _mm_reshaped_kernel->set_target(gpu_target); in configure_reshaped() 274 …_mm_reshaped_kernel->configure(compile_context, &_tmp_a, &_tmp_b, c, output, alpha, beta, lhs_info… in configure_reshaped() 707 CLScheduler::get().enqueue_op(*_mm_reshaped_kernel, gemm_reshaped_pack, true); in run()
|