Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py85 def _Update(struct_acc, struct_x, t): argument
102 x_lst = nest.flatten(struct_x)
195 def _Add(struct_x, struct_y): argument
206 list_x = nest.flatten(struct_x)
211 return nest.pack_sequence_as(struct_x, z)