Skip to content

Commit 50421ec

Browse files
committed
Add missing ops and move more files around
1 parent 6ac49d0 commit 50421ec

3,139 files changed

Lines changed: 125762 additions & 538 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tensorflow-core/pom.xml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<module>tensorflow-core-native</module>
3535
<module>tensorflow-core-generator</module>
3636
<module>tensorflow-core-api</module>
37+
<module>tensorflow-core-platform</module>
3738
</modules>
3839

3940
<properties>
@@ -73,47 +74,6 @@
7374
</properties>
7475

7576
<profiles>
76-
<!--
77-
Include a single platform module in a Maven execution.
78-
This is the default behaviour. Since platform modules relies on the value of the
79-
javacpp.platform.extension, only one of them can be build in a single execution.
80-
-->
81-
<profile>
82-
<id>javacpp-platform-extension-default</id>
83-
<activation>
84-
<property>
85-
<name>javacpp.platform.extension</name>
86-
<value>!all</value>
87-
</property>
88-
</activation>
89-
<modules>
90-
<module>tensorflow-core-platform${javacpp.platform.extension}</module>
91-
</modules>
92-
</profile>
93-
94-
<!--
95-
Include all platform modules for a Maven execution.
96-
Some plugin goals, like versions-maven-plugins:set, will apply changes to all modules found in
97-
the aggregator POM. Since tensorflow-core-platform-* modules are not declared explicitly, they
98-
will not be intercepted by these plugins.
99-
While this profile can be activated explicitly to include all platforms modules in a single
100-
Maven execution, just declaring them in its list of modules will expose them to the aggregator
101-
and plugins like versions-maven-plugin will automatically pick them up.
102-
-->
103-
<profile>
104-
<id>javacpp-platform-extension-all</id>
105-
<activation>
106-
<property>
107-
<name>javacpp.platform.extension</name>
108-
<value>all</value>
109-
</property>
110-
</activation>
111-
<modules>
112-
<module>tensorflow-core-platform</module>
113-
<module>tensorflow-core-platform-gpu</module>
114-
</modules>
115-
</profile>
116-
11777
<profile>
11878
<id>javacpp-platform-default</id>
11979
<activation>

tensorflow-core/tensorflow-core-api/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@
103103
<includePluginDependencies>true</includePluginDependencies>
104104
<mainClass>org.tensorflow.generator.op.OpGenerator</mainClass>
105105
<arguments>
106+
<argument>-a</argument>
107+
<argument>${project.basedir}/src/api</argument>
108+
<argument>-o</argument>
106109
<argument>${project.basedir}/src/gen/java</argument>
107110
</arguments>
108111
</configuration>

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_Abort.pbtxt renamed to tensorflow-core/tensorflow-core-api/src/api/api_def_Abort.pbtxt

File renamed without changes.

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_Abs.pbtxt renamed to tensorflow-core/tensorflow-core-api/src/api/api_def_Abs.pbtxt

File renamed without changes.

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_AccumulateNV2.pbtxt renamed to tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulateNV2.pbtxt

File renamed without changes.

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_AccumulatorApplyGradient.pbtxt renamed to tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulatorApplyGradient.pbtxt

File renamed without changes.

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_AccumulatorNumAccumulated.pbtxt renamed to tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulatorNumAccumulated.pbtxt

File renamed without changes.

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_AccumulatorSetGlobalStep.pbtxt renamed to tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulatorSetGlobalStep.pbtxt

File renamed without changes.

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_AccumulatorTakeGradient.pbtxt renamed to tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulatorTakeGradient.pbtxt

File renamed without changes.

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_Acos.pbtxt renamed to tensorflow-core/tensorflow-core-api/src/api/api_def_Acos.pbtxt

File renamed without changes.

0 commit comments

Comments
 (0)