MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _get_input_tensor

Function _get_input_tensor

tensorflow/python/keras/backend.py:3851–3853  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

3849 processed_input = (_process_single_input_t(inputs),)
3850
3851 def _get_input_tensor(time):
3852 inp = [t_[time] for t_ in processed_input]
3853 return nest.pack_sequence_as(inputs, inp)
3854
3855 if mask is not None:
3856 mask_list = array_ops.unstack(mask)

Callers 1

rnnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected