Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dstate_saving_rnn_estimator.py209 return '{}_{}'.format(rnn_common.RNNKeys.STATE_PREFIX, 0)
212 '{}_{}_c'.format(rnn_common.RNNKeys.STATE_PREFIX, 0),
213 '{}_{}_h'.format(rnn_common.RNNKeys.STATE_PREFIX, 0),
217 '{}_{}_c'.format(rnn_common.RNNKeys.STATE_PREFIX, i),
218 '{}_{}_h'.format(rnn_common.RNNKeys.STATE_PREFIX, i),
221 '{}_{}'.format(rnn_common.RNNKeys.STATE_PREFIX, i)
307 return '{}_{}'.format(rnn_common.RNNKeys.STATE_PREFIX, i)
Ddynamic_rnn_estimator.py52 return '{}_{}'.format(rnn_common.RNNKeys.STATE_PREFIX, i)
378 if rnn_common.RNNKeys.STATE_PREFIX not in k
Drnn_common.py46 STATE_PREFIX = 'rnn_cell_state' variable in RNNKeys
Ddynamic_rnn_estimator_test.py481 if k.startswith(rnn_common.RNNKeys.STATE_PREFIX)
499 if k.startswith(rnn_common.RNNKeys.STATE_PREFIX):
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dhead.py46 if not key.startswith(feature_keys.State.STATE_PREFIX)}
155 if not k.startswith(feature_keys.State.STATE_PREFIX)}
191 prefixed_state_re = re.compile(r"^" + feature_keys.State.STATE_PREFIX +
479 prefixed_state_name = "{}_{:02d}".format(feature_keys.State.STATE_PREFIX,
Dfeature_keys.py31 STATE_PREFIX = "model_state" variable in State
/external/v8/tools/
Dprofile.js524 Profile.DynamicFuncCodeEntry.STATE_PREFIX = ["", "~", "*"];
530 return Profile.DynamicFuncCodeEntry.STATE_PREFIX[this.state];