Home
last modified time | relevance | path

Searched refs:out_row_size (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dscale_and_translate_op.cc489 const int64 out_row_size = output_width * channels; in GatherColumns() local
493 float* out_pix = output + out_row_size * y; in GatherColumns()
531 const int64 out_row_size = output_width * channels; in GatherRows() local
534 float* out_row_data = output + out_row_size * y; in GatherRows()
535 std::fill(out_row_data, out_row_data + out_row_size, 0.0f); in GatherRows()
Dresize_bilinear_op.cc128 const int64 out_row_size = out_width * channels; in resize_image() local
174 output_y_ptr += out_row_size; in resize_image()
199 output_y_ptr += out_row_size; in resize_image()
Dquantized_resize_bilinear_op.cc484 const int64 out_row_size = out_width * channels; in ResizeImageReference() local
509 output_y_ptr += out_row_size; in ResizeImageReference()
552 const int64 out_row_size = out_width * channels; in ResizeImage() local
586 output_y_ptr += out_row_size; in ResizeImage()
615 const int64 out_row_size = out_width * channels; in ResizeImage() local
651 output_y_ptr += out_row_size; in ResizeImage()
Dquantized_resize_bilinear_op_test.cc151 const int64 out_row_size = out_width * channels; in CheckTensorValue() local
166 out_data[(b * out_height + y) * out_row_size + x * channels + c]; in CheckTensorValue()