We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tf.Tensor
Consider the following code:
from tensorflow import Tensor def f(a): assert isinstance(a, Tensor)
I am seeing this in the tensor analysis:
[Node: synthetic < PythonLoader, Lwala/builtin/isinstance, do()LRoot; > Context: CallStringContext: [ script src.tf2_test_module3a.py.f.do()LRoot;@2 ], v2][{[D:Symbolic,n, D:Compound,[D:Constant,28, D:Constant,28]] of pixel}]
Here is the corresponding summary:
ML/com.ibm.wala.cast.python.ml/data/tensorflow.xml
Lines 233 to 235 in d9a3d6b
Lines 502 to 511 in d9a3d6b
That looks right. I'm unsure why it's being picked up as function, though.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider the following code:
I am seeing this in the tensor analysis:
Here is the corresponding summary:
ML/com.ibm.wala.cast.python.ml/data/tensorflow.xml
Lines 233 to 235 in d9a3d6b
ML/com.ibm.wala.cast.python.ml/data/tensorflow.xml
Lines 502 to 511 in d9a3d6b
That looks right. I'm unsure why it's being picked up as function, though.
The text was updated successfully, but these errors were encountered: