未验证 提交 e397be98 编写于 作者: N Nat Jeffries 提交者: GitHub

Fix typo causing integration test failure.

Hopefully takes something off the fixit list. I guess the GH test failure notifications did their job :)

BUG=fixes https://github.com/tensorflow/tflite-micro/issues/1352
上级 73c0be72
......@@ -165,7 +165,7 @@ class TestDataGenerator:
interpreter.set_tensor(input_tensor_idx, generated_inputs[idx])
interpreter.invoke()
self.write_golden(generated_inputs, model_path, output_tensor)
self._write_golden(generated_inputs, model_path, output_tensor)
def _write_golden(self, generated_inputs, model_path, output_tensor):
""" Generates input and ouputs in CSV format for given model. """
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册