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

Function _create_ta

tensorflow/python/ops/rnn.py:815–820  ·  view source on GitHub ↗
(name, element_shape, dtype)

Source from the content-addressed store, hash-verified

813 base_name = scope
814
815 def _create_ta(name, element_shape, dtype):
816 return tensor_array_ops.TensorArray(
817 dtype=dtype,
818 size=time_steps,
819 element_shape=element_shape,
820 tensor_array_name=base_name + name)
821
822 in_graph_mode = not context.executing_eagerly()
823 if in_graph_mode:

Callers 1

_dynamic_rnn_loopFunction · 0.70

Calls 1

TensorArrayMethod · 0.80

Tested by

no test coverage detected