MCPcopy Create free account
hub / github.com/alibaba/nann / __init__

Method __init__

tensorflow/tensorflow/python/ops/tensor_array_ops.py:931–1010  ·  view source on GitHub ↗

Construct a new TensorArray or wrap an existing TensorArray handle. A note about the parameter `name`: The name of the `TensorArray` (even if passed in) is uniquified: each time a new `TensorArray` is created at runtime it is assigned its own name for the duration of the run. This

(self,
               dtype,
               size=None,
               dynamic_size=None,
               clear_after_read=None,
               tensor_array_name=None,
               handle=None,
               flow=None,
               infer_shape=True,
               element_shape=None,
               colocate_with_first_write_call=True,
               name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

executing_eagerlyMethod · 0.80
refMethod · 0.80

Tested by

no test coverage detected