Searched refs:out_row (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Ddepthwise_conv_op_gpu.cu.cc95 const int out_row = (thread_id / out_depth / out_width) % out_height;
103 const int input_row_start = out_row * stride - pad_height;
336 const int out_row = (thread_id / out_width) % out_height;
379 const int input_row_start = out_row * stride - pad_height;
799 NOUNROLL for (int out_row = out_row_start; out_row <= out_row_end;
800 ++out_row) {
801 const int filter_row = in_row + pad_height - out_row * stride;
803 out_depth * out_width * (out_row + out_height * batch);
875 UNROLL for (int out_row
[all...]
/external/toolchain-utils/cros_utils/
H A Dtabulator.py807 out_row = [key]
817 out_row.append(cell)
823 out_row.append(cell)
829 self._out_table.append(out_row)
839 out_row = [key]
847 out_row.append(cell)
850 self._out_table.append(out_row)
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
H A Dlabel_image.cc174 float* out_row = out + (y * wanted_width * wanted_channels); local
189 float* out_pixel = out_row + (x * wanted_channels);
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
H A Dcamera.cc363 float* out_row = out + (y * wanted_width * wanted_channels); local
378 float* out_pixel = out_row + (x * wanted_channels);

Completed in 340 milliseconds