Home
last modified time | relevance | path

Searched refs:state_template (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Dfunctional_rnn.py163 def state_template(self): member in _FunctionalRnnCell
251 tf_state = nest.pack_sequence_as(func_cell.state_template, flat_final_state)
258 func_cell.state_template, flat_acc_state)
270 _SetShapeFromTemplate(tf_state, func_cell.state_template)