From 6f816f2077c36eff88dab6fab1396db645abb084 Mon Sep 17 00:00:00 2001 From: SRK Reddy Date: Wed, 23 May 2018 09:01:01 +0530 Subject: [PATCH] Review comments. --- python/nnvm/frontend/tensorflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/nnvm/frontend/tensorflow.py b/python/nnvm/frontend/tensorflow.py index fa181ae44..fd6c38985 100644 --- a/python/nnvm/frontend/tensorflow.py +++ b/python/nnvm/frontend/tensorflow.py @@ -416,7 +416,7 @@ def from_tensorflow(self, graph): Follow the tensorflow graph definition to parse and convert it to NNVM. Some of the assumptions listed below. - -> First Const node will be comsidered as graph input. + -> First Const or Placeholder node will be considered as graph input. -> Rest all Const nodes are params. -> Last node is assumed as graph output. -> _output_shapes : Attribute should present in the tenserflow forzen graph.