Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc90 const float in_loc_f = scaler(out_loc, scale); in GetWeightsAndIndices() local
91 const int64 in_loc = std::floor(in_loc_f); in GetWeightsAndIndices()
92 const float delta = in_loc_f - in_loc; in GetWeightsAndIndices()