Searched refs:out_loc (Results 1 – 2 of 2) sorted by relevance
88 inline void GetWeightsAndIndices(float scale, int64 out_loc, int64 limit, in GetWeightsAndIndices() argument91 const int64 in_loc = scale * out_loc; in GetWeightsAndIndices()92 const float delta = scale * out_loc - in_loc; in GetWeightsAndIndices()
86 inline void GetWeightsAndIndices(const float scale, const int64 out_loc, in GetWeightsAndIndices() argument89 const float in_loc_f = scaler(out_loc, scale); in GetWeightsAndIndices()