Searched refs:col8 (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | opt_op_handler.h | 27 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/ |
D | optimize_handler_wrapper.c | 21 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/ |
D | gemm_fp16.c | 179 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/ |
D | matmul_fp16.c | 610 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/ |
D | matmul_fp32.c | 618 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/ |
D | apicoll.cpp | 879 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()
|