From 4805c4de0cc97892b2139331567fd004039dbc7d Mon Sep 17 00:00:00 2001 From: Jian Li Date: Mon, 13 Jan 2020 09:53:37 -0800 Subject: [PATCH] Update header guard for calibrator. PiperOrigin-RevId: 289462360 Change-Id: I9e376aed92b689ae835a363003eb944d0620d3d1 --- .../lite/tools/optimize/calibration/calibration_common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tensorflow/lite/tools/optimize/calibration/calibration_common.h b/tensorflow/lite/tools/optimize/calibration/calibration_common.h index 52498edcba9..08300bdae24 100644 --- a/tensorflow/lite/tools/optimize/calibration/calibration_common.h +++ b/tensorflow/lite/tools/optimize/calibration/calibration_common.h @@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ==============================================================================*/ -#ifndef TENSORFLOW_LITE_TOOLS_OPTIMIZE_CALIBRATION_COMMON_H_ -#define TENSORFLOW_LITE_TOOLS_OPTIMIZE_CALIBRATION_COMMON_H_ +#ifndef TENSORFLOW_LITE_TOOLS_OPTIMIZE_CALIBRATION_CALIBRATION_COMMON_H_ +#define TENSORFLOW_LITE_TOOLS_OPTIMIZE_CALIBRATION_CALIBRATION_COMMON_H_ #include #include @@ -71,4 +71,4 @@ struct OperatorInfo { } // namespace calibration } // namespace optimize } // namespace tflite -#endif // TENSORFLOW_LITE_TOOLS_OPTIMIZE_CALIBRATION_COMMON_H_ +#endif // TENSORFLOW_LITE_TOOLS_OPTIMIZE_CALIBRATION_CALIBRATION_COMMON_H_