LostTech.TensorFlow : API Documentation

Type ITensorArray

Namespace tensorflow

Interfaces IPythonObjectContainer

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`.

object grad(object source, object flow, object name)

object scatter(object indices, object value, object name)

object split(object value, object lengths, object name)

object stack(object name)

object unstack(object value, object name)

object write(object index, object value, object name)

Public properties

object dtype get;

object dynamic_size get;

object element_shape get;

object flow get;

object handle get;