Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc119 const float one_over_weight_sum = 1.0f / weight_sum; in GetWeightsAndIndices() local
120 out->weight_0 *= one_over_weight_sum; in GetWeightsAndIndices()
121 out->weight_1 *= one_over_weight_sum; in GetWeightsAndIndices()
122 out->weight_2 *= one_over_weight_sum; in GetWeightsAndIndices()
123 out->weight_3 *= one_over_weight_sum; in GetWeightsAndIndices()