We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05675ee commit c82c624Copy full SHA for c82c624
extension/android/executorch_android/src/main/java/org/pytorch/executorch/Tensor.java
@@ -394,7 +394,9 @@ public byte[] getDataAsByteArray() {
394
*/
395
public byte[] getDataAsUnsignedByteArray() {
396
throw new IllegalStateException(
397
- "Tensor of type " + getClass().getSimpleName() + " cannot return data as unsigned byte array.");
+ "Tensor of type "
398
+ + getClass().getSimpleName()
399
+ + " cannot return data as unsigned byte array.");
400
}
401
402
/**
0 commit comments