Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
DTiledC4MatMulFp32.c42 size_t ic4_tmp = ic4 - 1; in TiledC4MatmulFp32() local
72 if (ic4_tmp != 0) { in TiledC4MatmulFp32()
73 ic4_tmp -= 1; in TiledC4MatmulFp32()
82 for (; ic4_tmp != 0; ic4_tmp -= 1) { in TiledC4MatmulFp32()