iswariyam opened a new pull request #6288: URL: https://github.com/apache/incubator-tvm/pull/6288
The Node class Tensorflow 2.3 no longer has the attributes node_indices and tensor_indices as explained in #6287. However, the values of these attributes can be obtained using [iterate_inbound](https://github.com/tensorflow/tensorflow/blob/ee598066c4cb31ec5ed3106e61ba99ef004a4bae/tensorflow/python/keras/engine/node.py#L134). Using this method also allows relay.frontend.from_keras() to be backward compatible with previous tensorflow versions. Closes #6287 ---------------------------------------------------------------- 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]
