HomeSort by relevance Sort by last modified time
    Searched refs:out_row_size (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
resize_bilinear_op.cc 120 const int64 out_row_size = out_width * channels; local
166 output_y_ptr += out_row_size;
191 output_y_ptr += out_row_size;
quantized_resize_bilinear_op.cc 477 const int64 out_row_size = out_width * channels; local
502 output_y_ptr += out_row_size;
542 const int64 out_row_size = out_width * channels; local
576 output_y_ptr += out_row_size;
603 const int64 out_row_size = out_width * channels; local
639 output_y_ptr += out_row_size;
quantized_resize_bilinear_op_test.cc 149 const int64 out_row_size = out_width * channels; local
163 out_data[(b * out_height + y) * out_row_size + x * channels + c];

Completed in 221 milliseconds