The size of the i-th dimension. @return The size of the requested dimension or -1 if it is unknown.
(int i)
| 74 | * @return The size of the requested dimension or -1 if it is unknown. |
| 75 | */ |
| 76 | public long size(int i) { |
| 77 | return shape[i]; |
| 78 | } |
| 79 | |
| 80 | @Override |
| 81 | public int hashCode() { |
no outgoing calls