MCPcopy Create free account
hub / github.com/alibaba/bigcomputing / _create_ta

Function _create_ta

DIEN/rnn.py:715–718  ·  view source on GitHub ↗
(name, dtype)

Source from the content-addressed store, hash-verified

713 base_name = scope
714
715 def _create_ta(name, dtype):
716 return tensor_array_ops.TensorArray(dtype=dtype,
717 size=time_steps,
718 tensor_array_name=base_name + name)
719
720 output_ta = tuple(_create_ta("output_%d" % i,
721 _infer_state_dtype(dtype, state))

Callers 1

_dynamic_rnn_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected