Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op_test.cc81 T ComputeLerpReference(const T in_top_left, const T in_top_right, in ComputeLerpReference() function
96 float ComputeLerpReference<float>(const float in_top_left, in ComputeLerpReference() function
138 ComputeLerpReference<T>(top_left, top_right, bottom_left, bottom_right, in CalcReferenceResizedVal()
Dquantized_resize_bilinear_op.cc101 inline T ComputeLerpReference(const T in_top_left, const T in_top_right, in ComputeLerpReference() function
503 const T val = ComputeLerpReference<T>( in ResizeImageReference()