maheshambule opened a new pull request #4952: [Frontend] [Tensorflow] 
ReadVariableOp operator support
URL: https://github.com/apache/incubator-tvm/pull/4952
 
 
   The ReadVariableOp gets eliminated when you freeze the TensorFlow graph and 
is not needed for the inference.
   
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/framework/graph_util_impl.py#L464
   
   If we find a ReadVariableOp in a TF graph, we error out and ask for a frozen 
graph.
   
   TODO -
   Another approach is to freeze the unfrozen graph in from_tensorflow API 
itself.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to