Skip to content

Commit

Permalink
Suppress warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jul 11, 2024
1 parent 87ef2a3 commit 2f092cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ public PythonTensorAnalysisEngine(List<File> pythonPath) {
PythonTypes.pythonLoader, TypeName.string2TypeName("Ltensorflow/functions/conv3d")),
AstMethodReference.fnSelector);

/** Not used due to https://github.com/wala/ML/issues/195 workaround. */
@SuppressWarnings("unused")
private static final MethodReference reshape =
MethodReference.findOrCreate(
TypeReference.findOrCreate(
Expand Down

0 comments on commit 2f092cd

Please sign in to comment.