Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op_test.cc90 inline void GetWeightsAndIndices(float scale, int64 out_loc, int64 limit, in GetWeightsAndIndices() argument
93 const int64 in_loc = scale * out_loc; in GetWeightsAndIndices()
94 const float delta = scale * out_loc - in_loc; in GetWeightsAndIndices()
Dresize_bicubic_op.cc87 inline void GetWeightsAndIndices(const float scale, const int64 out_loc, in GetWeightsAndIndices() argument
90 const float in_loc_f = scaler(out_loc, scale); in GetWeightsAndIndices()