Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op_test.cc88 inline void GetWeightsAndIndices(float scale, int64 out_loc, int64 limit, in GetWeightsAndIndices() argument
91 const int64 in_loc = scale * out_loc; in GetWeightsAndIndices()
92 const float delta = scale * out_loc - in_loc; in GetWeightsAndIndices()
Dresize_bicubic_op.cc86 inline void GetWeightsAndIndices(const float scale, const int64 out_loc, in GetWeightsAndIndices() argument
89 const float in_loc_f = scaler(out_loc, scale); in GetWeightsAndIndices()