Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/grid_rnn/python/ops/
Dgrid_rnn_cell.py151 self._state_size = self._cell_state_size() * len(self._config.recurrents)
244 total_cell_state_size = self._cell_state_size()
311 def _cell_state_size(self): member in GridRNNCell