Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc174 const std::array<int64, 4> new_x_indices{{x_0, x_1, x_2, x_3}}; in Advance() local
178 if (indexes_[cached_values_hand] == new_x_indices[new_indices_hand]) { in Advance()