Home
last modified time | relevance | path

Searched refs:_mm_reshaped_kernel (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/gpu/cl/operators/
DClGemm.h129 std::unique_ptr<kernels::ClGemmMatrixMultiplyReshapedKernel> _mm_reshaped_kernel; variable
DClGemm.cpp192 _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()