Skip to content

Commit e53c52c

Browse files
committed
Shorten URL.
Don't need WWW.
1 parent 876ec57 commit e53c52c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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 Note: We are also parsing the deprecated parameters specified in
37+
* https://tensorflow.org/versions/r2.9/api_docs/python/tf/function Note: We are also parsing the deprecated parameters specified in
3838
* the documentation. Users can still use these deprecated parameters. Therefore we need to be able to account for them. Please refer to
3939
* https://github.com/ponder-lab/Hybridize-Functions-Refactoring/wiki/tf.function-parameter's-version-information to see more
4040
* information about the tf.function parameters according to the versions.

0 commit comments

Comments
 (0)