We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9eb71 commit 6a09b43Copy full SHA for 6a09b43
tensorflow-core/tensorflow-core-api/pom.xml
@@ -329,6 +329,11 @@
329
</dependencies>
330
</plugin>
331
<plugin>
332
+ <!--
333
+ An execution to execute the op class generator (which lives in tensorflow-core-generator).
334
+ Must be ran after build.sh, which generates the ops.pb file it reads.
335
+ Will be ran during the generate-sources phase.
336
+ -->
337
<groupId>org.codehaus.mojo</groupId>
338
<artifactId>exec-maven-plugin</artifactId>
339
<version>3.0.0</version>
0 commit comments