Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc167 inline int32x2_t ToInt32x2(const qint32* v0, const qint32* v1) { in ToInt32x2() function
187 const int32x2_t top_leftsx = ToInt32x2(top_left0, top_left1); in ComputeLerpx2()
188 const int32x2_t top_rightsx = ToInt32x2(top_right0, top_right1); in ComputeLerpx2()
189 const int32x2_t bottom_leftsx = ToInt32x2(bottom_left0, bottom_left1); in ComputeLerpx2()
190 const int32x2_t bottom_rightsx = ToInt32x2(bottom_right0, bottom_right1); in ComputeLerpx2()