Home
last modified time | relevance | path

Searched defs:col8 (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dgemm_fp16.c179 size_t col8 = col / C8NUM * C8NUM; in RowMajor2Col16MajorStrideFp16() local
239 size_t col8 = col / C8NUM * C8NUM; in RowMajor2Col12MajorStrideFp16() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dmatmul_fp16.c610 size_t col8 = col / C8NUM * C8NUM; in RowMajor2Col16MajorFp16Opt() local
662 size_t col8 = col / C8NUM * C8NUM; in RowMajor2ColNMajorFp16() local
728 size_t col8 = col / C8NUM * C8NUM; in RowMajor2Col12MajorFp16Opt() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dmatmul_fp32.c618 int col8 = col / C8NUM * C8NUM; in RowMajor2Col16Major() local
686 int col8 = col / C8NUM * C8NUM; in RowMajor2Col6Major() local
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp879 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success); in TestOperators() local