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
-
objectindices - An integer tensor of indices.
-
objectname
Returns
-
object - A tensor of same type as `reference`.