Home
last modified time | relevance | path

Searched defs:out_batch_offset (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c45 int out_batch_offset = batch * output_h * output_w * channel; in AvgPoolingInt8() local
100 int out_batch_offset = batch * pooling_param->output_h_ * output_w * channel; in AvgPoolingOptInt8() local
300 int out_batch_offset = batch * output_h * output_w * channel; in MaxPoolingInt8() local
347 int out_batch_offset = batch * pooling_param->output_h_ * output_w * channel; in MaxPoolingWithQuantInt8() local
435 int out_batch_offset = batch * pooling_param->output_h_ * output_w * channel; in MaxPoolingOptInt8() local
Dconv_int8.c55 int out_batch_offset = b * out_channel * conv_param->output_h_ * conv_param->output_w_; in ConvInt8() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_winograd_fp32.c60 …int out_batch_offset = b * conv_param->output_channel_ * conv_param->output_w_ * conv_param->outpu… in ConvWinogardFp32() local
Dadder_fp32.c70 int out_batch_offset = b * out_channel * output_count; in AdderFp32() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_fp16.c221 …int out_batch_offset = b * conv_param->output_channel_ * conv_param->output_h_ * conv_param->outpu… in ConvWinogardFp16() local
Dpooling_fp16.c275 int out_batch_offset = batch * output_h * output_w * channel; in MaxPoolingFp16() local