Skip to content

Commit 97298ca

Browse files
committed
Merge Function Ops
2 parents 8f9107d + 81fb7e7 commit 97298ca

File tree

230 files changed

+11416
-1220
lines changed

Some content is hidden

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

230 files changed

+11416
-1220
lines changed

pom.xml

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
1+
<project
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
24
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
35

46
<modelVersion>4.0.0</modelVersion>
@@ -86,7 +88,9 @@
8688
</snapshotRepository>
8789
<repository>
8890
<id>ossrh</id>
89-
<url>https://oss.sonatype.org/service/local/staging/deployByRepositoryId/${stagingRepositoryId}/</url>
91+
<url>
92+
https://oss.sonatype.org/service/local/staging/deployByRepositoryId/${stagingRepositoryId}/
93+
</url>
9094
</repository>
9195
</distributionManagement>
9296

@@ -156,7 +160,9 @@
156160
<repository>
157161
<id>ossrh-staging</id>
158162
<name>OSSRH Sonatype Staging</name>
159-
<url>https://oss.sonatype.org/service/local/staging/deployByRepositoryId/${stagingRepositoryId}/</url>
163+
<url>
164+
https://oss.sonatype.org/service/local/staging/deployByRepositoryId/${stagingRepositoryId}/
165+
</url>
160166
<releases>
161167
<enabled>true</enabled>
162168
</releases>
@@ -230,6 +236,33 @@
230236
</build>
231237
</profile>
232238

239+
<!--
240+
Profile to run spotless:apply on builds. Will run before format's check.
241+
-->
242+
<profile>
243+
<id>apply-format</id>
244+
<build>
245+
<plugins>
246+
<plugin>
247+
<groupId>com.diffplug.spotless</groupId>
248+
<artifactId>spotless-maven-plugin</artifactId>
249+
<version>${spotless.version}</version>
250+
251+
<executions>
252+
<execution>
253+
<!-- Runs in initialize phase to fail fast in case of formatting issues (should be before codegen).-->
254+
<id>spotless-apply</id>
255+
<phase>initialize</phase>
256+
<goals>
257+
<goal>apply</goal>
258+
</goals>
259+
</execution>
260+
</executions>
261+
</plugin>
262+
</plugins>
263+
</build>
264+
</profile>
265+
233266
<!--
234267
Profile that enables format checks on compilation
235268
Can auto-format using spotless:apply.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
op {
22
graph_op_name: "AssertCardinalityDataset"
3+
visibility: VISIBLE
34
endpoint {
4-
name: "data.experimental.AssertCardinalityDataset"
5+
name: "data.AssertCardinalityDataset"
56
}
67
}

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_AssertNextDataset.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
op {
22
graph_op_name: "AssertNextDataset"
3+
visibility: VISIBLE
34
endpoint {
45
name: "data.AssertNextDataset"
56
}

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_AutoShardDataset.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
op {
22
graph_op_name: "AutoShardDataset"
3+
visibility: VISIBLE
34
endpoint {
45
name: "data.AutoShardDataset"
56
}

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_BytesProducedStatsDataset.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
op {
22
graph_op_name: "BytesProducedStatsDataset"
3+
visibility: VISIBLE
34
endpoint {
45
name: "data.BytesProducedStatsDataset"
56
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
op {
22
graph_op_name: "CSVDataset"
3-
endpoint {
4-
name: "data.CSVDataset"
5-
}
3+
visibility: SKIP
64
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
op {
22
graph_op_name: "CSVDatasetV2"
3+
visibility: VISIBLE
34
endpoint {
4-
name: "data.CSVDatasetV2"
5+
name: "data.CSVDataset"
56
}
67
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
op {
22
graph_op_name: "CacheDataset"
3-
endpoint {
4-
name: "data.CacheDataset"
5-
}
3+
visibility: SKIP
64
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
op {
22
graph_op_name: "CacheDatasetV2"
3+
visibility: VISIBLE
34
endpoint {
4-
name: "data.CacheDatasetV2"
5+
name: "data.CacheDataset"
56
}
67
}

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_ChooseFastestBranchDataset.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
op {
22
graph_op_name: "ChooseFastestBranchDataset"
3+
visibility: VISIBLE
34
endpoint {
45
name: "data.ChooseFastestBranchDataset"
56
}

0 commit comments

Comments
 (0)