Skip to content

Commit 0d64c55

Browse files
author
Tatiana Castro-Vélez
committed
matching anchor with field name
1 parent 98a669e commit 0d64c55

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ public class HybridizationParameters {
9393

9494
/**
9595
* True iff this {@link Function}'s {@link decoratorsType} has parameter jit_compile and deprecated name experimental_compile. For
96-
* more information, you can see this https://tensorflow.org/versions/r2.9/api_docs/python/tf/function#experimental_compile.
96+
* more information, you can see this https://tensorflow.org/versions/r2.9/api_docs/python/tf/function#jit_compile.
9797
*/
9898
private boolean jitCompileParamExists;
9999

100100
/**
101101
* True iff this {@link Function}'s {@link decoratorsType} has parameter reduce_retracing and deprecated name
102102
* experimental_relax_shapes. For more information, you can see this
103-
* https://tensorflow.org/versions/r2.9/api_docs/python/tf/function#experimental_relax_shapes
103+
* https://tensorflow.org/versions/r2.9/api_docs/python/tf/function#reduce_retracing
104104
*/
105105
private boolean reduceRetracingParamExists;
106106

0 commit comments

Comments
 (0)