Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/operators/
DCpuGemmLowpMatrixMultiplyCore.cpp235 _vector_sum_row = TensorInfo(compute_reductionB_shape(*a_to_use), 1, DataType::S32); in configure()
453 info_vector_sum_row = TensorInfo(compute_reductionB_shape(*a), 1, DataType::S32); in validate()
/external/ComputeLibrary/examples/gemm_tuner/
Dcl_gemmlowp_reshaped_rhs_only_fused_output_stage_fixedpoint.cpp290 … const TensorInfo info_vector_sum_row(compute_reductionB_shape(*lhs.info()), 1, DataType::S32); in do_setup()
/external/ComputeLibrary/src/gpu/cl/operators/
DClGemmLowpMatrixMultiplyCore.cpp346 _vector_sum_row = TensorInfo(compute_reductionB_shape(*a), 1, DataType::S32); in configure()
547 info_vector_sum_row = TensorInfo(compute_reductionB_shape(*a), 1, DataType::S32); in validate()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h351 inline TensorShape compute_reductionB_shape(const ITensorInfo &a) in compute_reductionB_shape() function