Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dopt_op_handler.h27 void MatmulInt8DpNeon64(const int8_t *a, const int8_t *b, int8_t *dst, int row8, int col8, int deep…
30 void MatmulInt8DpOpt(const int8_t *a, const int8_t *b, int8_t *dst, size_t row8, size_t col8, size_…
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/base/
Doptimize_handler_wrapper.c21 extern void MatmulInt8DpNeon64(const int8_t *a, const int8_t *b, int8_t *dst, int row8, int col8, i…
25 extern void MatmulInt8DpOpt(const int8_t *a, const int8_t *b, int8_t *dst, size_t row8, size_t col8
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dgemm_fp16.c179 size_t col8 = col / C8NUM * C8NUM; in RowMajor2Col16MajorStrideFp16() local
186 for (; ci < col8; ci += C8NUM) { in RowMajor2Col16MajorStrideFp16()
239 size_t col8 = col / C8NUM * C8NUM; in RowMajor2Col12MajorStrideFp16() local
246 for (; ci < col8; ci += C8NUM) { in RowMajor2Col12MajorStrideFp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dmatmul_fp16.c610 size_t col8 = col / C8NUM * C8NUM; in RowMajor2Col16MajorFp16Opt() local
617 for (; ci < col8; ci += C8NUM) { in RowMajor2Col16MajorFp16Opt()
662 size_t col8 = col / C8NUM * C8NUM; in RowMajor2ColNMajorFp16() local
666 for (; ci < col8; ci += C8NUM) { in RowMajor2ColNMajorFp16()
683 for (; ci < col8; ci += C8NUM) { in RowMajor2ColNMajorFp16()
700 for (; ci < col8; ci += C8NUM) { in RowMajor2ColNMajorFp16()
728 size_t col8 = col / C8NUM * C8NUM; in RowMajor2Col12MajorFp16Opt() local
735 for (; ci < col8; ci += C8NUM) { in RowMajor2Col12MajorFp16Opt()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dmatmul_fp32.c618 int col8 = col / C8NUM * C8NUM; in RowMajor2Col16Major() local
625 for (; ci < col8; ci += C8NUM) { in RowMajor2Col16Major()
686 int col8 = col / C8NUM * C8NUM; in RowMajor2Col6Major() local
693 for (; ci < col8; ci += C8NUM) { in RowMajor2Col6Major()
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp879 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success); in TestOperators() local
892 doAssert((*col8 != *col9), "The two different table collations compared equal"); in TestOperators()
902 delete col8; in TestOperators()