Searched refs:start_w (Results 1 – 3 of 3) sorted by relevance
3353 const int start_w = strided_slice::StartForAxis(params_copy, input_shape, 2); in StridedSlice() local3355 strided_slice::StopForAxis(params_copy, input_shape, 2, start_w); in StridedSlice()3367 for (int in_w = start_w; in StridedSlice()3399 const int start_w = begin_count < 2 ? 0 : op_params.begin[begin_count - 2]; in Slice() local3401 ? ext_shape.Dims(2) - start_w in Slice()3402 : start_w + op_params.size[size_count - 2]; in Slice()3411 for (int in_w = start_w; in_w < stop_w; ++in_w) { in Slice()
6183 const int start_w = begin_count < 2 ? 0 : op_params.begin[begin_count - 2]; in Slice() local6185 ? ext_shape.Dims(2) - start_w in Slice()6186 : start_w + op_params.size[size_count - 2]; in Slice()6195 for (int in_w = start_w; in_w < stop_w; ++in_w) { in Slice()
6352 const int start_w = begin_count < 2 ? 0 : op_params.begin[begin_count - 2]; in Slice() local6354 ? ext_shape.Dims(2) - start_w in Slice()6355 : start_w + op_params.size[size_count - 2]; in Slice()6364 for (int in_w = start_w; in_w < stop_w; ++in_w) { in Slice()