Method padToSame
val padToSame: TensorLayout -> TensorLayout -> TensorLayout * TensorLayout
pads shapes from the left until they have same rank
Declaration
val padToSame: a:TensorLayout -> b:TensorLayout -> TensorLayout * TensorLayout
Parameters
Type | Name | Description |
---|---|---|
TensorLayout | a | |
TensorLayout | b |
Returns
Type | Description |
---|---|
TensorLayout * TensorLayout |