Home
last modified time | relevance | path

Searched defs:rnn_cell (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmodels.py384 rnn_cell = lambda: cell_fn(rnn_size) function
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Dfunctional_rnn.py60 def __init__(self, rnn_cell, seq_inputs, initial_state): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dstate_saving_rnn_estimator.py27 from tensorflow.contrib import rnn as rnn_cell unknown
/external/tensorflow/tensorflow/python/ops/
Drnn.py149 def _is_keras_rnn_cell(rnn_cell): argument