TensorArrayGather.Options

public static class TensorArrayGather.Options

Optional attributes for TensorArrayGather

Public Methods

TensorArrayGather.Options
elementShape(Shape elementShape)

Inherited Methods

Public Methods

public TensorArrayGather.Options elementShape (Shape elementShape)

Parameters
elementShape The expected shape of an element, if known. Used to validate the shapes of TensorArray elements. If this shape is not fully specified, gathering zero-size TensorArrays is an error.