Type ITensorArray
Namespace tensorflow
Interfaces IPythonObjectContainer
Methods
Properties
Public instance methods
object close(object name)
object concat(object name)
object gather(object indices, object name)
Retrieves the elements of indices `indices` in the tensor `reference`.
Parameters
-
object
indices - An integer tensor of indices.
-
object
name
Returns
-
object
- A tensor of same type as `reference`.