HomeSort by relevance Sort by last modified time
    Searched refs:state_value (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
saved_model_utils.py 51 for state_key, state_value in state_values.items():
52 feed_dict[input_feed_tensors_by_name[state_key]] = state_value
head.py 371 for state_number, state_value in enumerate(nest.flatten(state_tuple)):
374 flattened[prefixed_state_name] = state_value
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
rnn_cell_test.py 145 state_value = constant_op.constant(
149 [state_value, state_value] * num_shifts))
195 state_value = constant_op.constant(
199 [state_value, state_value] * total_blocks))
269 state_value = constant_op.constant(
273 [state_value, state_value] * num_shifts))
355 state_value = constant_op.constant
    [all...]
core_rnn_test.py 763 state_value = sess.run(
769 self.assertEqual(state_value[0].dtype, input_value.dtype)
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
dynamic_rnn_estimator.py 67 state_value = (None if state_component is None
69 state_dict[state_name] = state_value
state_saving_rnn_estimator.py 322 state_value = (None if state_component is None else array_ops.identity(
324 state_dict[state_name] = state_value

Completed in 328 milliseconds