Home
last modified time | relevance | path

Searched defs:out_row (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.cu.cc95 const int out_row = (thread_id / out_depth / out_width) % out_height; in DepthwiseConv2dGPUKernelNHWC() local
336 const int out_row = (thread_id / out_width) % out_height; in DepthwiseConv2dGPUKernelNCHW() local
799 NOUNROLL for (int out_row = out_row_start; out_row <= out_row_end; in DepthwiseConv2dBackpropInputGPUKernelNHWC() local
875 UNROLL for (int out_row = out_row_start; out_row <= out_row_end; in DepthwiseConv2dBackpropInputGPUKernelNCHW() local
1011 const int out_row = (thread_id / out_depth / out_width) % out_height; in DepthwiseConv2dBackpropFilterGPUKernelNHWC() local
1290 const int out_row = (thread_id / out_width) % out_height; in DepthwiseConv2dBackpropFilterGPUKernelNCHW() local
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc174 float* out_row = out + (y * wanted_width * wanted_channels); in ReadTensorFromImageFile() local
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc363 float* out_row = out + (y * wanted_width * wanted_channels); in TensorFromFrame() local