aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/test_runner.h
diff options
context:
space:
mode:
authorGravatar Sourabh Bajaj <sourabhbajaj@google.com>2017-11-30 16:37:11 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-30 16:41:01 -0800
commitb2db981a6731e978453862a73dab892bc674db68 (patch)
treec11a7c4038e2595268113c2859c1d0d3072ede4f /tensorflow/contrib/lite/testing/test_runner.h
parent0438ac79bdb503ed267bec2146e7136ac8e99ff9 (diff)
Merge changes from github.
PiperOrigin-RevId: 177526301
Diffstat (limited to 'tensorflow/contrib/lite/testing/test_runner.h')
-rw-r--r--tensorflow/contrib/lite/testing/test_runner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/testing/test_runner.h b/tensorflow/contrib/lite/testing/test_runner.h
index 04ee4d9f7d..f4b26949b5 100644
--- a/tensorflow/contrib/lite/testing/test_runner.h
+++ b/tensorflow/contrib/lite/testing/test_runner.h
@@ -63,7 +63,7 @@ class TestRunner {
// Run the model.
virtual void Invoke() = 0;
- // Verify that the contents of all ouputs conform to the existing
+ // Verify that the contents of all outputs conform to the existing
// expectations. Return true if there are no expectations or they are all
// satisfied.
virtual bool CheckResults() = 0;