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

Method write

tensorflow/tensorflow/python/ops/tensor_array_ops.py:1069–1084  ·  view source on GitHub ↗

Write `value` into index `index` of the TensorArray. Args: index: 0-D. int32 scalar with the index to write to. value: N-D. Tensor of type `dtype`. The Tensor to write to this index. name: A name for the operation (optional). Returns: A new TensorArray object wit

(self, index, value, name=None)