Searched refs:SoftmaxInt8 (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | softmax_int8.h | 29 int SoftmaxInt8(const int8_t *input_ptr, int8_t *output_ptr, int count, int *exp_data, int *sum_dat…
|
D | softmax_int8.c | 20 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/ |
D | softmax_int8_tests.cc | 32 TEST_F(TestSoftmaxInt8, SoftmaxInt8) { in TEST_F() argument
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | softmax_int8.cc | 107 …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/ |
D | net.c | 163 SoftmaxInt8((int8_t *)(g_Buffer+0), (int8_t *)(g_Buffer+16), 1, (int *)(g_Buffer+10144), (int *)(g_… in Inference()
|