Searched refs:crops_left (Results 1 – 5 of 5) sorted by relevance
83 const int crops_left = crops[2]; in ResizeOutputTensor() local88 input_size->data[2] * block_shape[1] - crops_left - crops_right; in ResizeOutputTensor()
1360 const int crops_left = crops_data[2]; in ProcessBatchToSpaceNDOperator() local1364 const int output_width = input_width * block_width - crops_left - crops_right; in ProcessBatchToSpaceNDOperator()
5805 const int crops_left = crops_data[2]; in BatchToSpaceND() local5827 GetIndexRange(spatial_offset % block_shape_width - crops_left, in BatchToSpaceND()5833 spatial_offset % block_shape_width - crops_left; in BatchToSpaceND()
6133 const int crops_left = crops_data[2]; in BatchToSpaceND() local6155 GetIndexRange(spatial_offset % block_shape_width - crops_left, in BatchToSpaceND()6161 spatial_offset % block_shape_width - crops_left; in BatchToSpaceND()
3159 const int crops_left = crops_data[2]; in BatchToSpaceND() local3172 spatial_offset % block_shape_width - crops_left; in BatchToSpaceND()