Searched refs:in_loc_f (Results 1 – 1 of 1) sorted by relevance
90 const float in_loc_f = scaler(out_loc, scale); in GetWeightsAndIndices() local91 const int64 in_loc = std::floor(in_loc_f); in GetWeightsAndIndices()92 const float delta = in_loc_f - in_loc; in GetWeightsAndIndices()