public static class
XlaConcatND.Options
Optional attributes for XlaConcatND
Public Methods
XlaConcatND.Options |
paddings(List<Long> paddings)
|
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 XlaConcatND.Options paddings (List<Long> paddings)
Parameters
paddings | Optional list of right paddings per dimension to strip from the final merged tensor. These paddings must not exceed the dimension size of the merged result prior to stripping paddings. |
---|