public static class
TensorArrayConcat.Options
Optional attributes for TensorArrayConcat
Public Methods
TensorArrayConcat.Options |
elementShapeExcept0(Shape elementShapeExcept0)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
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. |
---|