• Home
  • Raw
  • Download

Lines Matching refs:int8

11  .../kernel/nnacl/int8/dynamic_matmul_int8.c   |  80 +-
12 .../kernel/nnacl/int8/dynamic_matmul_int8.h | 48 +-
13 .../kernel/nnacl/int8/dynamic_quant_int8.c | 24 +-
14 .../kernel/nnacl/int8/dynamic_quant_int8.h | 2 +
15 .../kernel/nnacl/int8/quant_dtype_cast_int8.c | 134 +++
16 .../kernel/nnacl/int8/quant_dtype_cast_int8.h | 6 +
33 .../runtime/kernel/cpu/int8/dynamic_quant.cc | 166 +++-
34 .../runtime/kernel/cpu/int8/dynamic_quant.h | 23 +-
35 .../kernel/cpu/int8/matmul_base_int8.h | 1 +
36 .../cpu/int8/matmul_dynamic_base_int8.cc | 237 ++++--
37 .../cpu/int8/matmul_dynamic_base_int8.h | 33 +-
38 .../kernel/cpu/int8/matmul_dynamic_int8.cc | 35 +-
39 .../kernel/cpu/int8/matmul_dynamic_int8.h | 4 +-
40 .../cpu/int8/matmul_dynamic_sdot_int8.cc | 132 ++-
41 .../cpu/int8/matmul_dynamic_sdot_int8.h | 23 +-
42 .../runtime/kernel/cpu/int8/matmul_int8.cc | 2 +-
43 .../src/runtime/kernel/cpu/int8/matmul_int8.h | 4 +-
1249 …csrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_matmul_int8.c b/mindspore/ccsrc/plugin/device/cpu…
1251 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_matmul_int8.c
1252 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_matmul_int8.c
1261 #include "nnacl/int8/dynamic_matmul_int8.h"
1262 #include "nnacl/int8/fixed_point.h"
1271 * row4x4-major * row4x16-major => (int8)row-major
1307 + * row4x4-major * row4x16-major => (int8)row-major
1349 * row4x16-major * row16x4-major => (int8)row-major
1393 …csrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_matmul_int8.h b/mindspore/ccsrc/plugin/device/cpu…
1395 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_matmul_int8.h
1396 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_matmul_int8.h
1460 …ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_quant_int8.c b/mindspore/ccsrc/plugin/device/cpu…
1462 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_quant_int8.c
1463 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_quant_int8.c
1466 #include "nnacl/int8/dynamic_quant_int8.h"
1506 …ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_quant_int8.h b/mindspore/ccsrc/plugin/device/cpu…
1508 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_quant_int8.h
1509 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/dynamic_quant_int8.h
1519 …src/plugin/device/cpu/kernel/nnacl/int8/quant_dtype_cast_int8.c b/mindspore/ccsrc/plugin/device/cp…
1521 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/quant_dtype_cast_int8.c
1522 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/quant_dtype_cast_int8.c
1664 …src/plugin/device/cpu/kernel/nnacl/int8/quant_dtype_cast_int8.h b/mindspore/ccsrc/plugin/device/cp…
1666 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/quant_dtype_cast_int8.h
1667 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/quant_dtype_cast_int8.h
2300 …it a/mindspore/lite/src/runtime/kernel/cpu/int8/dynamic_quant.cc b/mindspore/lite/src/runtime/kern…
2302 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/dynamic_quant.cc
2303 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/dynamic_quant.cc
2538 …git a/mindspore/lite/src/runtime/kernel/cpu/int8/dynamic_quant.h b/mindspore/lite/src/runtime/kern…
2540 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/dynamic_quant.h
2541 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/dynamic_quant.h
2597 …t a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_base_int8.h b/mindspore/lite/src/runtime/ker…
2599 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_base_int8.h
2600 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_base_int8.h
2609 …mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_base_int8.cc b/mindspore/lite/src/runtim…
2611 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_base_int8.cc
2612 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_base_int8.cc
2621 #include "src/runtime/kernel/cpu/int8/matmul_dynamic_base_int8.h"
2622 #include "nnacl/int8/dynamic_matmul_int8.h"
2986 …mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_base_int8.h b/mindspore/lite/src/runtime…
2988 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_base_int8.h
2989 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_base_int8.h
3007 #include "nnacl/int8/quantize.h"
3008 #include "nnacl/int8/common_func_int8.h"
3080 …a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_int8.cc b/mindspore/lite/src/runtime/k…
3082 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_int8.cc
3083 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_int8.cc
3170 … a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_int8.h b/mindspore/lite/src/runtime/k…
3172 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_int8.h
3173 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_int8.h
3185 …mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_sdot_int8.cc b/mindspore/lite/src/runtim…
3187 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_sdot_int8.cc
3188 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_sdot_int8.cc
3389 …mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_sdot_int8.h b/mindspore/lite/src/runtime…
3391 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_sdot_int8.h
3392 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_dynamic_sdot_int8.h
3439 …git a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_int8.cc b/mindspore/lite/src/runtime/kerne…
3441 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_int8.cc
3442 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_int8.cc
3452 …-git a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_int8.h b/mindspore/lite/src/runtime/kerne…
3454 --- a/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_int8.h
3455 +++ b/mindspore/lite/src/runtime/kernel/cpu/int8/matmul_int8.h
4622 +#include "src/runtime/kernel/cpu/int8/matmul_dynamic_base_int8.h"
4677 + MS_LOG(WARNING) << "Unsupported matmul type, only support dynamic quant int8.";
4873 +#include "src/runtime//kernel/cpu/int8/matmul_dynamic_base_int8.h"