From 2f092cd614775033e4291e0b4c70cef13e2e4d16 Mon Sep 17 00:00:00 2001 From: Raffi Khatchadourian Date: Thu, 11 Jul 2024 14:14:26 -0400 Subject: [PATCH] Suppress warning. --- .../wala/cast/python/ml/client/PythonTensorAnalysisEngine.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java b/com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java index e5d7a5c1..f6b260df 100644 --- a/com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java +++ b/com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java @@ -79,6 +79,8 @@ public PythonTensorAnalysisEngine(List 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(