Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1311 int width_with_paddings = input_width + paddings_data[2] + paddings_data[3]; in ProcessSpaceToBatchNDOperator() local
1313 QCHECK_EQ(width_with_paddings % block_width, 0); in ProcessSpaceToBatchNDOperator()
1315 int output_width = width_with_paddings / block_width; in ProcessSpaceToBatchNDOperator()