File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -93,15 +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
97- * <a href="https://tensorflow.org/versions/r2.9/api_docs/python/tf/function#experimental_compile">URL</a>.
96+ * more information, you can see this https://tensorflow.org/versions/r2.9/api_docs/python/tf/function#experimental_compile.
9897 */
9998 private boolean jitCompileParamExists ;
10099
101100 /**
102101 * True iff this {@link Function}'s {@link decoratorsType} has parameter reduce_retracing and deprecated name
103102 * experimental_relax_shapes. For more information, you can see this
104- * <a href=" https://tensorflow.org/versions/r2.9/api_docs/python/tf/function#experimental_relax_shapes">URL</a>.
103+ * https://tensorflow.org/versions/r2.9/api_docs/python/tf/function#experimental_relax_shapes
105104 */
106105 private boolean reduceRetracingParamExists ;
107106
You can’t perform that action at this time.
0 commit comments