Copy from a raw byte array. @param sourceArray the source data
(byte[] sourceArray)
| 163 | * @param sourceArray the source data |
| 164 | */ |
| 165 | public void copyFromRaw(byte[] sourceArray) { |
| 166 | Base.checkCall(Base._LIB.tvmFFIDLTensorCopyFromJArray(sourceArray, this.dltensorHandle)); |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Get shape of current Tensor. |
no test coverage detected