aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/python/lite_test.py
diff options
context:
space:
mode:
authorGravatar Suharsh Sivakumar <suharshs@google.com>2018-06-04 15:30:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-04 15:33:40 -0700
commiteab2e4d784036568de076317ee40b25dc19eb4a9 (patch)
tree576c47c27091f793e8e1c518c159eb0bd62e7ba1 /tensorflow/contrib/lite/python/lite_test.py
parent18995ecf1a0c4a161b296fbafe63289e90437807 (diff)
nit: FlatBuffer -> FrozenGraph
PiperOrigin-RevId: 199205459
Diffstat (limited to 'tensorflow/contrib/lite/python/lite_test.py')
-rw-r--r--tensorflow/contrib/lite/python/lite_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/python/lite_test.py b/tensorflow/contrib/lite/python/lite_test.py
index 5f8dfc0dc1..019a3a5f69 100644
--- a/tensorflow/contrib/lite/python/lite_test.py
+++ b/tensorflow/contrib/lite/python/lite_test.py
@@ -292,7 +292,7 @@ class FromSessionTest(test_util.TensorFlowTestCase):
self.assertTrue(output_details[0]['quantization'][0] > 0) # scale
-class FromFlatbufferFile(test_util.TensorFlowTestCase):
+class FromFrozenGraphFile(test_util.TensorFlowTestCase):
def testFloat(self):
in_tensor = array_ops.placeholder(