|
Ran
|
Jobs
1
|
Files
13
|
Run time
1s
|
Badge
README BADGES
|
push
travis-pro
Fix #19: `computeIsHybrid` does not work for `@tf.function` with arguments (#25) * we need to make sure that it is actually an Attribute, because if we have a plain name, an error will arise because it wouldn't have a attr * commiting the right file * Committed the wrong file This reverts commit ee3ce60cc. * adding code to check if tf.function is being called in the body of the function, instead of as a decorator in the isHybrid method * Revert "adding code to check if tf.function is being called in the body of the function, instead of as a decorator in the isHybrid method" This reverts commit dc24d08f4. * commented the , added test that fails because of casting * Revert "commented the , added test that fails because of casting" This reverts commit 87a54c022. * fixing comment format * fixing spacing in if statement * Fix formatting, safeguarding other casts to avoid crashing * computeIsHybrid for tf.function with arguments * remove the print * fixing some errors with the merge * adding tests for tf.function with parameters, formatting * fixing a period * Update Function.java Fix comment. * Update Function.java Add comment. * Update Function.java Comments. * Update A.py * Update A.py Co-authored-by: Raffi Khatchadourian <raffi.khatchadourian@hunter.cuny.edu>
96 of 206 relevant lines covered (46.6%)
0.47 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 48.1 | 0 |
46.6 |
Travis Job 48.1 |