Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dsoftmax_int8.c25 int axis_shape_size = input_shape[axis]; in SoftmaxInt8() local
36 int outter_offset = o * axis_shape_size * inner_size; in SoftmaxInt8()
40 for (int i = 0; i < axis_shape_size; ++i) { in SoftmaxInt8()
46 for (int i = 0; i < axis_shape_size; ++i) { in SoftmaxInt8()
57 for (int i = 0; i < axis_shape_size; ++i) { in SoftmaxInt8()