From 2562470e9a6841d87b221c571546a3ac481ea0cb Mon Sep 17 00:00:00 2001 From: danielyou0230 Date: Tue, 1 Sep 2020 14:21:47 -0700 Subject: [PATCH] TFLite (tools): improved readability of comments in testXxdOutputToBytes --- tensorflow/lite/tools/flatbuffer_utils_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tensorflow/lite/tools/flatbuffer_utils_test.py b/tensorflow/lite/tools/flatbuffer_utils_test.py index 13a63c4f8b0..50a99a6a5e0 100644 --- a/tensorflow/lite/tools/flatbuffer_utils_test.py +++ b/tensorflow/lite/tools/flatbuffer_utils_test.py @@ -171,8 +171,7 @@ class XxdOutputToBytesTest(test_util.TensorFlowTestCase): tmp_dir = self.get_temp_dir() model_filename = os.path.join(tmp_dir, 'model.tflite') - # 2. INVOKE - # Invoke the write_model and read_model functions + # 2. Write model to temporary file (will be used as input for xxd) flatbuffer_utils.write_model(initial_model, model_filename) # 3. DUMP WITH xxd