Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuGemmLowpMatrixMultiplyCore.cpp206 … _tmp_b = TensorInfo(compute_transpose1xW_shape(*b), 1, b->data_type(), b->quantization_info()); in configure()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DShapeCalculator.h297 inline TensorShape compute_transpose1xW_shape(const ITensorInfo &b) in compute_transpose1xW_shape() function