Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbatch_to_space_nd.cc81 const int crops_top = crops[0]; 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.cc1358 const int crops_top = crops_data[0]; in ProcessBatchToSpaceNDOperator() local
1363 input_height * block_height - crops_top - crops_bottom; in ProcessBatchToSpaceNDOperator()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5804 const int crops_top = crops_data[0]; in BatchToSpaceND() local
5814 GetIndexRange(spatial_offset / block_shape_width - crops_top, in BatchToSpaceND()
5820 spatial_offset / block_shape_width - crops_top; in BatchToSpaceND()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h6132 const int crops_top = crops_data[0]; in BatchToSpaceND() local
6142 GetIndexRange(spatial_offset / block_shape_width - crops_top, in BatchToSpaceND()
6148 spatial_offset / block_shape_width - crops_top; in BatchToSpaceND()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h3158 const int crops_top = crops_data[0]; in BatchToSpaceND() local
3166 spatial_offset / block_shape_width - crops_top; in BatchToSpaceND()