“0cd9b8c0aa386919ef34897b44405965ecdc0b38”上不存在“paddle/git@gitcode.net:s920243400/PaddleDetection.git”
-
由 Markus Kliegl 提交于
* initial matmul operator Similar to np.matmul, but also has transpose_X and transpose_Y flags, and only supports tensors from rank 1 to 3 inclusive. For GPU, uses cublas?gemmStridedBatched. For CPU, uses cblas_?gemm_batch if available via MKL; otherwise a simple serial implementation that loops over the batch dimension is employed for now.
16489827