Home
last modified time | relevance | path

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

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