Searched defs:cd8 (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | gemm.c | 60 int cd8 = c / 4; local 72 int cd8 = c / 8; local 85 int cd8 = c / C12NUM; local
|
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
D | arm_bitonic_sort_f32.c | 410 float32x4x2_t cd1, cd2, cd3, cd4, cd5, cd6, cd7, cd8; in arm_bitonic_merge_128_f32() local 565 float32x4x2_t cd1, cd2, cd3, cd4, cd5, cd6, cd7, cd8; in arm_bitonic_merge_256_f32() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | gemm_fp16.c | 309 int cd8 = c / C8NUM; in RowMajor2Row8MajorStrideFp16() local 314 int cd8 = c / C8NUM; in RowMajor2Row8MajorStrideFp16() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | matmul_fp16.c | 104 int cd8 = tc / C8NUM; in Col2Row8SrcFromFp16() local 213 int cd8 = tc / C8NUM; in Col2Row8SrcFromFp32() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | matmul_fp32.c | 78 int cd8 = c / C8NUM; in RowMajor2Row8Major() local 83 int cd8 = c / C8NUM; in RowMajor2Row8Major() local
|