Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Drnn_common.py61 def _get_single_cell(cell_type, num_units): function
102 cells = [_get_single_cell(cell_type, n) for n in num_units]