TFLite (tools): improved readability of comments in testXxdOutputToBytes

This commit is contained in:
danielyou0230 2020-09-01 14:21:47 -07:00
parent 61e4fc8367
commit 2562470e9a

View File

@ -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