• Home
  • Raw
  • Download

Lines Matching refs:output_width

57   inline size_t output_width() const {  in output_width()  function
139 …(batch_size() * output_height() * output_width() - 1) * output_channels_stride() + output_channels… in TestNHWCxX8()
169 for (size_t ix = 0; ix < output_width(); ix++) { in TestNHWCxX8()
176 + by * output_width() * block_size() * input_channels_stride() in TestNHWCxX8()
177 + iy * block_size() * output_width() * block_size() * input_channels_stride() in TestNHWCxX8()
178 … + i * output_height() * block_size() * output_width() * block_size() * input_channels_stride(); in TestNHWCxX8()
183 + iy * output_width() * output_channels_stride() in TestNHWCxX8()
184 + i * output_height() * output_width() * output_channels_stride(); in TestNHWCxX8()
188 << ", output x: " << ix << " / " << output_width() in TestNHWCxX8()
208 …(batch_size() * output_height() * output_width() - 1) * output_channels_stride() + output_channels… in TestNHWCxX16()
238 for (size_t ix = 0; ix < output_width(); ix++) { in TestNHWCxX16()
245 + by * output_width() * block_size() * input_channels_stride() in TestNHWCxX16()
246 + iy * block_size() * output_width() * block_size() * input_channels_stride() in TestNHWCxX16()
247 … + i * output_height() * block_size() * output_width() * block_size() * input_channels_stride(); in TestNHWCxX16()
252 + iy * output_width() * output_channels_stride() in TestNHWCxX16()
253 + i * output_height() * output_width() * output_channels_stride(); in TestNHWCxX16()
257 << ", output x: " << ix << " / " << output_width() in TestNHWCxX16()
277 …(batch_size() * output_height() * output_width() - 1) * output_channels_stride() + output_channels… in TestNHWCxX32()
307 for (size_t ix = 0; ix < output_width(); ix++) { in TestNHWCxX32()
314 + by * output_width() * block_size() * input_channels_stride() in TestNHWCxX32()
315 + iy * block_size() * output_width() * block_size() * input_channels_stride() in TestNHWCxX32()
316 … + i * output_height() * block_size() * output_width() * block_size() * input_channels_stride(); in TestNHWCxX32()
321 + iy * output_width() * output_channels_stride() in TestNHWCxX32()
322 + i * output_height() * output_width() * output_channels_stride(); in TestNHWCxX32()
326 << ", output x: " << ix << " / " << output_width() in TestNHWCxX32()