tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.74k stars 260 forks source link

Use correct spelling in functions for quantization #172

Closed kiszk closed 5 years ago

kiszk commented 5 years ago

This PR renames these two functions using correct spelling

getDefaultMaxinumForInteger() -> getDefaultMaximumForInteger()
getDefaultMininumForInteger() -> getDefaultMinimumForInteger()

These functions are called from another repository. After merging this PR, I will create a PR at another repository.

joker-eph commented 5 years ago

We will take care of updating the uses in TensorFlow when pulling this inside google.