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 2ece3e4 commit ffc6796Copy full SHA for ffc6796
.bazelrc
@@ -94,10 +94,6 @@ build --experimental_cc_shared_library
94
# uses TensorFlow for all IO operations.
95
build --define=use_tensorflow_io=1
96
97
-# TensorFlow Decision Forests need absl::anyInvocable support for new versions
98
-# of Tensorflow.
99
-build --define use_absl_anyinvocable=1
100
-
101
# TensorFlow Decision Forests does not use Absl concurrency primitives on MacOs.
102
# Reason: TensorFlow/ABSL ODR violation (b/214189609) # copybara:strip
103
build:macos --define std_synchronization_primitives=1
0 commit comments