File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments