Searched refs:old_values (Results 1 – 3 of 3) sorted by relevance
67 const float* old_values = old_tensor.flat<float>().data(); in RoundWeights() local71 const float value = old_values[i]; in RoundWeights()94 const int32 bucket = std::floor((old_values[i] - min) / bucket_width); in RoundWeights()
68 const float* old_values = old_tensor.flat<float>().data(); in QuantizeWeights() local72 const float value = old_values[i]; in QuantizeWeights()
265 void** old_values = values_; in Resize() local282 values_[index] = old_values[i]; in Resize()291 DeleteArray(old_values); in Resize()