public static class
TensorArrayConcat.Options
Optional attributes for TensorArrayConcat
Public Methods
TensorArrayConcat.Options |
elementShapeExcept0(Shape elementShapeExcept0)
|
Inherited Methods
Public Methods
public TensorArrayConcat.Options elementShapeExcept0 (Shape elementShapeExcept0)
Parameters
elementShapeExcept0 | The expected shape of an element, if known, excluding the first dimension. Used to validate the shapes of TensorArray elements. If this shape is not fully specified, concatenating zero-size TensorArrays is an error. |
---|