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 3681d98 commit db95cd4Copy full SHA for db95cd4
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