Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc74 inline InterpolationCache<T_SCALE> BuildLerpCache( in BuildLerpCache() function
477 const InterpolationCache<float> xs = BuildLerpCache<float>( in ResizeImageReference()
479 const InterpolationCache<float> ys = BuildLerpCache<float>( in ResizeImageReference()
545 BuildLerpCache<int32>(out_width, in_width, width_scale, channels, in ResizeImage()
547 const InterpolationCache<int32> ys = BuildLerpCache<int32>( in ResizeImage()
608 BuildLerpCache<int16>(out_width, in_width, width_scale, channels, in ResizeImage()
610 const InterpolationCache<int16> ys = BuildLerpCache<int16>( in ResizeImage()