Skip to content

Commit

Permalink
Add back StrideVaryingShape
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Aug 21, 2024
1 parent e897fef commit 8f383ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytorch/src/main/java/org/bytedeco/pytorch/presets/torch.java
Original file line number Diff line number Diff line change
Expand Up @@ -2726,8 +2726,6 @@ We need either to put an annotation info on each member, or javaName("@NoOffset

infoMap.put(new Info("caffe2::TypeMeta::deleteFn").javaText("public native @NoException(true) PointerConsumer deleteFn();")); // Parser picks up the wrong Delete

infoMap.put(new Info("c10::VaryingShape<c10::Stride>::merge").skip()); // https://github.com/pytorch/pytorch/issues/123248, waiting for the fix in 2.3.1 or 2.4

//// Different C++ API between platforms
// This will produce different Java codes, but as long as the differences only concern
// JavaCPP annotations, we don't care.
Expand Down

0 comments on commit 8f383ef

Please sign in to comment.