Skip to content

Commit 617cfb5

Browse files
author
Tatiana Castro-Vélez
committed
removing HTML
1 parent 3ffd5a9 commit 617cfb5

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)