Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddynamic_rnn_estimator.py78 def dict_to_state_tuple(input_dict, cell): function
491 initial_state = dict_to_state_tuple(features, cell)
Ddynamic_rnn_estimator_test.py330 actual_state = dynamic_rnn_estimator.dict_to_state_tuple(state_dict, cell)