Skip to content

Commit ebf2817

Browse files
committed
Cleanup op dataset ops and make them visible
1 parent cc3be7f commit ebf2817

File tree

146 files changed

+1702
-756
lines changed

Some content is hidden

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

146 files changed

+1702
-756
lines changed

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_AssertCardinalityDataset.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: "AssertCardinalityDataset"
3+
visibility: VISIBLE
34
endpoint {
45
name: "data.AssertCardinalityDataset"
56
}

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
}

tensorflow-core/tensorflow-core-api/src/bazel/api_def/api_def_ChooseFastestDataset.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: "ChooseFastestDataset"
3+
visibility: VISIBLE
34
endpoint {
45
name: "data.ChooseFastestDataset"
56
}

0 commit comments

Comments
 (0)