-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Investigate decorator issue on tutorial code (ponder-lab#68) - Fix comment. - Add interprocedural dataset support (ponder-lab#69) - Change log from warning to info. - Add support for non-scalar datasets (ponder-lab#70) - Use interprocedural analysis for property read case. - Add logging. - Fix non-scalar determination. - Add logger. - Fix logger. - Add logging around callable workaround. - Handle callables with lexical scoping. - Formatting. - Handle possible null receivers in callable lookup. - Change log message. - Add log. - Add the ability to process datasets coming out of enumerate() (ponder-lab#71) - Fix tests for input files with multiple functions. - Enhance TF2 tests (ponder-lab#73) - Separate tests by calling context (ponder-lab#74) - Add tf.keras.layers.Dense. - Move comment. - Additional check. - New API. - Add autoencoder test. - Move the value number check outside the context loop. - More the sigmoid function to math. - Format. - Add API tf.add(). - Check the context/funciton PK mappings. (ponder-lab#77) - Add URL. - Add dataset generator and test. - tf.nn.softmax isn't a tensor generator. - Add URL. - Apply spotless. - Let's make the two tests only diff in the invocation. - Prevent infinite recursion when processing instructions when finding tensor data flow sources. - When we look for dataset tensor sources, we recurse up to the original defining instruction. However, there's a possibility that instructions have mutually recursive definitions due to the phi instruction. Let's prevent against that.
- Loading branch information
Showing
26 changed files
with
1,881 additions
and
201 deletions.
There are no files selected for viewing
396 changes: 226 additions & 170 deletions
396
...wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflowModel.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.