Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc122 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp() function
260 const T val = ComputeLerp<RESOLUTION, T, T_SCALE, T_CALC>( in OutputLerpForChannels()