Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/kernels/
Dsegmentation_ops.h127 int64 block_start_x = block_horizontal_index * block_width_; in merge_internal_block_edges() local
129 int64 block_center_x = block_start_x + block_width_ / 2 - 1; in merge_internal_block_edges()
141 std::min(num_cols_, block_start_x + block_width_); in merge_internal_block_edges()
142 for (int64 x = block_start_x; x < merge_blocks_limit_x; x++) { in merge_internal_block_edges()