Skip to content

Commit 1e4f327

Browse files
committed
Fix
1 parent f1c0e01 commit 1e4f327

File tree

1 file changed

+1
-1
lines changed
  • extension/android/executorch_android/src/main/java/org/pytorch/executorch

1 file changed

+1
-1
lines changed

extension/android/executorch_android/src/main/java/org/pytorch/executorch/Tensor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ static class Tensor_unknown extends Tensor {
634634
private final ByteBuffer data;
635635
private final DType myDtype;
636636

637-
private Tensor_raw_data_16b(ByteBuffer data, long[] shape, DType dtype) {
637+
private Tensor_unknown(ByteBuffer data, long[] shape, DType dtype) {
638638
super(shape);
639639
this.data = data;
640640
this.myDtype = dtype;

0 commit comments

Comments
 (0)