Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbatch_to_space_nd.cc82 const int crops_bottom = crops[1]; in ResizeOutputTensor() local
86 input_size->data[1] * block_shape[0] - crops_top - crops_bottom; in ResizeOutputTensor()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1359 const int crops_bottom = crops_data[1]; in ProcessBatchToSpaceNDOperator() local
1363 input_height * block_height - crops_top - crops_bottom; in ProcessBatchToSpaceNDOperator()