Searched refs:_mm_result_s32 (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/cpu/operators/ |
D | CpuGemmLowpMatrixMultiplyCore.cpp | 90 _mm_result_s32(), in CpuGemmLowpMatrixMultiplyCore() 164 _mm_result_s32 = TensorInfo(dst->tensor_shape(), 1, DataType::S32); in configure() 185 auto output_to_use = (_fuse_output_stage ? &_mm_result_s32 : dst); in configure() 248 _mm_kernel->configure(matrix_a, matrix_b, &_mm_result_s32); in configure() 252 _offset_contribution_output_stage_kernel->configure(&_mm_result_s32, in configure() 304 … = MemoryInfo(offset_int_vec(MMResultS32), MemoryLifetime::Temporary, _mm_result_s32.total_size()); in configure() 521 CpuAuxTensorHandler mm_result_s32(offset_int_vec(MMResultS32), _mm_result_s32, tensors, false); in run()
|
D | CpuGemmLowpMatrixMultiplyCore.h | 155 TensorInfo _mm_result_s32; variable
|
/external/ComputeLibrary/src/gpu/cl/operators/ |
D | ClGemmLowpMatrixMultiplyCore.cpp | 400 …m_reshaped_only_rhs_kernel->configure(compile_context, a, matrix_b, &_mm_result_s32, gemm_kernel_i… in configure() 404 …haped_only_rhs_mmul_kernel->configure(compile_context, a, matrix_b, &_mm_result_s32, gemm_kernel_i… in configure() 414 …_mm_native_kernel->configure(compile_context, a, matrix_b, &_mm_result_s32, lhs_info, rhs_info, re… in configure() 416 …offset_contribution_output_stage_kernel->configure(compile_context, &_mm_result_s32, _a_offset == … in configure() 467 … = MemoryInfo(offset_int_vec(ResultS32), MemoryLifetime::Temporary, _mm_result_s32.total_size()); in configure() 668 CLAuxTensorHandler res32(offset_int_vec(ResultS32), _mm_result_s32, tensors, true); in run()
|
D | ClGemmLowpMatrixMultiplyCore.h | 139 TensorInfo _mm_result_s32{};
|