adonnini
Results
102
comments of
adonnini
@kirklandsign Thanks again for your help. I really appreciate it. I changed the code as you suggested: ``` float[] flat = flatten(tmpData); final long[] shapeArrDataPytorchFlattened = new long[]{tmpData.length, 6}; arrDataPytorch...
@kirklandsign I found two issues which I think might be related to the 0x12 error https://github.com/pytorch/executorch/issues/3636 https://github.com/pytorch/executorch/issues/3848 This one may also be related (I opened it) https://github.com/pytorch/executorch/issues/2163