Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5045 int in_w_start = 0; in BatchToSpaceND() local
5049 block_shape_width, input_width, output_width, &in_w_start, in BatchToSpaceND()
5052 for (int in_w = in_w_start; in_w < in_w_end; ++in_w) { in BatchToSpaceND()