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 f1c0e01 commit 1e4f327Copy full SHA for 1e4f327
extension/android/executorch_android/src/main/java/org/pytorch/executorch/Tensor.java
@@ -634,7 +634,7 @@ static class Tensor_unknown extends Tensor {
634
private final ByteBuffer data;
635
private final DType myDtype;
636
637
- private Tensor_raw_data_16b(ByteBuffer data, long[] shape, DType dtype) {
+ private Tensor_unknown(ByteBuffer data, long[] shape, DType dtype) {
638
super(shape);
639
this.data = data;
640
this.myDtype = dtype;
0 commit comments