heliqi removed a comment on issue #4969: [RFC] Enhance TensorFlow Frontend 
Control Flow Support
URL: https://github.com/apache/incubator-tvm/issues/4969#issuecomment-607026858
 
 
   Have you try the nlp model? I use latest code, dynamic sahpe don't working.
   recursively find the input to the control flow nodes , have some problems 
with fixed dynamic input.
   
   For example, I set the 'Placeholder' op(the original shape is dynamic 
(-1,-1)) shape as (1,30) in the from_tensorflow interface.First, for each 
control flow node, we backtrack all its ancestor nodes until input nodes.But 
all the nodes we first backtracked do not necessarily contain 'Placeholder' 
node, then the shape of these nodes is dynamic.until some control node search 
for and get the 'Placeholder' node.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to