Skip to content

Commit cb871fb

Browse files
gunantensorflower-gardener
authored andcommitted
Remove Apache ignite related code from main tensorflow repository.
This code has moved to github.com/tensorflow/io PiperOrigin-RevId: 266467520
1 parent 531199b commit cb871fb

Some content is hidden

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

48 files changed

+1
-5606
lines changed

.bazelrc

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ build:numa --define=with_numa_support=true
9999
build:noaws --define=no_aws_support=true
100100
build:nogcp --define=no_gcp_support=true
101101
build:nohdfs --define=no_hdfs_support=true
102-
build:noignite --define=no_ignite_support=true
103102
build:nonccl --define=no_nccl_support=true
104103

105104
build --define=use_fast_cpp_protos=true

configure.py

-1
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,6 @@ def main():
15141514
config_info_line('noaws', 'Disable AWS S3 filesystem support.')
15151515
config_info_line('nogcp', 'Disable GCP support.')
15161516
config_info_line('nohdfs', 'Disable HDFS support.')
1517-
config_info_line('noignite', 'Disable Apache Ignite support.')
15181517
config_info_line('nonccl', 'Disable NVIDIA NCCL support.')
15191518

15201519

tensorflow/BUILD

-6
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,6 @@ config_setting(
267267
visibility = ["//visibility:public"],
268268
)
269269

270-
config_setting(
271-
name = "no_ignite_support",
272-
define_values = {"no_ignite_support": "true"},
273-
visibility = ["//visibility:public"],
274-
)
275-
276270
config_setting(
277271
name = "no_nccl_support",
278272
define_values = {"no_nccl_support": "true"},

tensorflow/contrib/BUILD

+1-19
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,6 @@ py_library(
127127
"//tensorflow/contrib/bigtable",
128128
"//tensorflow/contrib/cloud:cloud_py",
129129
],
130-
}) + select({
131-
"//tensorflow:android": [],
132-
"//tensorflow:ios": [],
133-
"//tensorflow:linux_s390x": [],
134-
"//tensorflow:windows": [],
135-
"//tensorflow:no_ignite_support": [],
136-
"//conditions:default": [
137-
"//tensorflow/contrib/ignite",
138-
],
139130
}),
140131
)
141132

@@ -180,14 +171,5 @@ cc_library(
180171
"//tensorflow/contrib/text:all_ops",
181172
] + if_not_windows([
182173
"//tensorflow/compiler/tf2tensorrt:trt_op_libs",
183-
]) + select({
184-
"//tensorflow:android": [],
185-
"//tensorflow:ios": [],
186-
"//tensorflow:linux_s390x": [],
187-
"//tensorflow:windows": [],
188-
"//tensorflow:no_ignite_support": [],
189-
"//conditions:default": [
190-
"//tensorflow/contrib/ignite:dataset_ops_op_lib",
191-
],
192-
}),
174+
]),
193175
)

tensorflow/contrib/ignite/BUILD

-230
This file was deleted.

0 commit comments

Comments
 (0)