Home
last modified time | relevance | path

Searched refs:SoftmaxInt8 (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dsoftmax_int8.h29 int SoftmaxInt8(const int8_t *input_ptr, int8_t *output_ptr, int count, int *exp_data, int *sum_dat…
Dsoftmax_int8.c20 int SoftmaxInt8(const int8_t *input_ptr, int8_t *output_ptr, int count, int *exp_data, int *sum_dat… in SoftmaxInt8() function
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/
Dsoftmax_int8_tests.cc32 TEST_F(TestSoftmaxInt8, SoftmaxInt8) { in TEST_F() argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dsoftmax_int8.cc107 …auto error_code = SoftmaxInt8(input_ptr + stride_size, output_ptr + stride_size, count, exp_data_ … in DoSoftmax()
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dnet.c163 SoftmaxInt8((int8_t *)(g_Buffer+0), (int8_t *)(g_Buffer+16), 1, (int *)(g_Buffer+10144), (int *)(g_… in Inference()