tensorflow - How tf.contrib.rnn.LSTMCell points to tf.python.ops.rnn_cell_impl.LSTMCell? -


i learning tensorflow , python packaging, , wondering happened under hood when doing

import tensorflow tf tf.contrib.rnn.lstmcell 

the implementation of lstmcell locates @ tf.python.ops.rnn_cell_impl.lstmcell instead of tf.contrib.rnn.lstmcell.

is because tf.contrib.rnn.__init__ imports tf.python.ops.rnn_cell.*, imports rnn_cell_impl.lstmcell? or it's totally different?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -