Searched refs:in_h_offset (Results 1 – 2 of 2) sorted by relevance
152 size_t in_h_offset = 0; in LaunchKernel() local155 … 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()
460 int in_h_offset = input_stride + h * in_w * channel + c; in MaxPoolingOptInt8() local462 const int8_t *in_data = input_ptr + in_h_offset + w * channel; in MaxPoolingOptInt8()