Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc177 inline int32x2_t ComputeLerpx2( in ComputeLerpx2() function
354 const int32x2_t x0x1 = ComputeLerpx2<RESOLUTION, false>( in OutputLerp32x4x1()
361 const int32x2_t x1x2 = ComputeLerpx2<RESOLUTION, false>( in OutputLerp32x4x1()
404 const int32x2_t x0c0x0c1 = ComputeLerpx2<RESOLUTION, true>( in OutputLerp32x4x3()
411 const int32x2_t x0c2x1c0 = ComputeLerpx2<RESOLUTION, false>( in OutputLerp32x4x3()
418 const int32x2_t x1c1x1c2 = ComputeLerpx2<RESOLUTION, true>( in OutputLerp32x4x3()
425 const int32x2_t x2c0x2c1 = ComputeLerpx2<RESOLUTION, true>( in OutputLerp32x4x3()
432 const int32x2_t x2c2x3c0 = ComputeLerpx2<RESOLUTION, false>( in OutputLerp32x4x3()
439 const int32x2_t x3c1x3c2 = ComputeLerpx2<RESOLUTION, true>( in OutputLerp32x4x3()