Skip to content
New issue

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

Get up-to-date #132

Merged
merged 38 commits into from
Jan 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e99c8f3
Investigate decorator issue on tutorial code (#68)
khatchad Jan 3, 2024
d0aa2fa
Fix comment.
khatchad Jan 3, 2024
7eed945
Add interprocedural dataset support (#69)
khatchad Jan 4, 2024
fe1ac0b
Change log from warning to info.
khatchad Jan 5, 2024
d58df6e
Add support for non-scalar datasets (#70)
khatchad Jan 5, 2024
8e29e0f
Use interprocedural analysis for property read case.
khatchad Jan 8, 2024
24557ce
Add logging.
khatchad Jan 8, 2024
39ed0e4
Fix non-scalar determination.
khatchad Jan 8, 2024
00de323
Add logger.
khatchad Jan 10, 2024
4519a81
Fix logger.
khatchad Jan 10, 2024
46a3f50
Add logging around callable workaround.
khatchad Jan 10, 2024
48af48e
Handle callables with lexical scoping.
khatchad Jan 17, 2024
bba0048
Formatting.
khatchad Jan 17, 2024
2a42f4d
Handle possible null receivers in callable lookup.
khatchad Jan 17, 2024
1e3a201
Change log message.
khatchad Jan 18, 2024
1b49431
Add log.
khatchad Jan 18, 2024
8efb6fc
Add the ability to process datasets coming out of enumerate() (#71)
khatchad Jan 18, 2024
7feaca3
Fix tests for input files with multiple functions.
khatchad Jan 19, 2024
693d79c
Enhance TF2 tests (#73)
khatchad Jan 19, 2024
8b211dd
Separate tests by calling context (#74)
khatchad Jan 19, 2024
90640bb
Add tf.keras.layers.Dense.
khatchad Jan 19, 2024
6654b46
Move comment.
khatchad Jan 19, 2024
c0bbea3
Additional check.
khatchad Jan 19, 2024
d4a9347
New API.
khatchad Jan 23, 2024
414c4cf
Add autoencoder test.
khatchad Jan 23, 2024
deeef90
Move the value number check outside the context loop.
khatchad Jan 23, 2024
47ed5a0
More the sigmoid function to math.
khatchad Jan 23, 2024
fe91ad3
Format.
khatchad Jan 23, 2024
e4c3eb5
Add API tf.add().
khatchad Jan 23, 2024
7b2fb43
Check the context/funciton PK mappings. (#77)
khatchad Jan 23, 2024
5c95d6c
Add URL.
khatchad Jan 26, 2024
bce2d75
Add dataset generator and test.
khatchad Jan 26, 2024
03f209c
tf.nn.softmax isn't a tensor generator.
khatchad Jan 19, 2024
b9bbdfb
Add URL.
khatchad Jan 19, 2024
ee0b83b
Apply spotless.
khatchad Jan 29, 2024
13e039c
Let's make the two tests only diff in the invocation.
khatchad Nov 22, 2023
417d041
Prevent infinite recursion when processing instructions when finding …
khatchad Jan 29, 2024
f7b110a
Merge pull request #79 from ponder-lab/contrib_fix_recursion
khatchad Jan 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tf.nn.softmax isn't a tensor generator.
khatchad committed Jan 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 03f209c6b8c2a98a33e2b758e756d71a8bc45994
7 changes: 1 addition & 6 deletions com.ibm.wala.cast.python.ml/data/tensorflow.xml
Original file line number Diff line number Diff line change
@@ -667,13 +667,8 @@
</class>

<class name="softmax" allocatable="true">
<method name="read_data" descriptor="()LRoot;">
<new def="x" class="Ltensorflow/functions/softmax" />
<return value="x" />
</method>
<method name="do" descriptor="()LRoot;" numArgs="4" paramNames="self logits axis name">
<call class="LRoot" name="read_data" descriptor="()LRoot;" type="virtual" arg0="arg0" def="x" />
<return value="x" />
<return value="logits" />
</method>
</class>
</package>