Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dsoftmax_int8.c39 int8_t max_row = quant_param->output_activation_min_; in SoftmaxInt8() local
42 max_row = MSMAX(max_row, input_ptr[axis_offset]); in SoftmaxInt8()
48 const int32_t input_val = input_ptr[axis_offset] - max_row; in SoftmaxInt8()
/third_party/mindspore/tests/perf_test/mind_expression_perf/
Dprocess_data.py38 n_row = sheet.max_row
Dgenerate_report.py116 idx = sheet.max_row + 1