Skip to content

Commit 2f092cd

Browse files
committed
Suppress warning.
1 parent 87ef2a3 commit 2f092cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ public PythonTensorAnalysisEngine(List<File> pythonPath) {
7979
PythonTypes.pythonLoader, TypeName.string2TypeName("Ltensorflow/functions/conv3d")),
8080
AstMethodReference.fnSelector);
8181

82+
/** Not used due to https://github.com/wala/ML/issues/195 workaround. */
83+
@SuppressWarnings("unused")
8284
private static final MethodReference reshape =
8385
MethodReference.findOrCreate(
8486
TypeReference.findOrCreate(

0 commit comments

Comments
 (0)