Skip to content

Commit 1f47146

Browse files
author
Tatiana Castro-Vélez
authored
Add information about deprecated parameters in Function documentation (#135)
* adding information about deprecated parameters * adding link to document that contains whole information regarding versions * adding information about deprecated parameters * adding link to document that contains whole information regarding versions * changing link to wiki * Not using bitly, using original link
1 parent bd81ffb commit 1f47146

File tree

1 file changed

+4
-1
lines changed
  • edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis

1 file changed

+4
-1
lines changed

edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ public class Function extends RefactorableProgramEntity {
3434

3535
/**
3636
* Parameters that may be passed to a tf.fuction decorator. Parameter descriptions found at:
37-
* https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/function
37+
* https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/function Note: We are also parsing the deprecated parameters specified in
38+
* the documentation. Users can still use these deprecated parameters. Therefore we need to be able to account for them. Please refer to
39+
* https://github.com/ponder-lab/Hybridize-Functions-Refactoring/wiki/tf.function-parameter's-version-information to see more
40+
* information about the tf.function parameters according to the versions.
3841
*/
3942
public class HybridizationParameters {
4043

0 commit comments

Comments
 (0)