Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dslice_grad_cpu_kernel.cc152 size_t in_h_offset = 0; in LaunchKernel() local
155 … k += strides_[2], in_h_offset += input_element_num_[2], out_h_offset += out_step_size[2]) { in LaunchKernel()
157 CopyDataToOutput<T>(inputs, in_n_offset + in_c_offset + in_h_offset, outputs, in LaunchKernel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c460 int in_h_offset = input_stride + h * in_w * channel + c; in MaxPoolingOptInt8() local
462 const int8_t *in_data = input_ptr + in_h_offset + w * channel; in MaxPoolingOptInt8()