Makes protobuf dep in tf.contrib.data conditional using if_static().
In non-monolithic builds, adding it unconditionally would duplicate of protobuf symbols among tf.contrib op libraries. Guarding it with if_static() restricts the dep to monolithic builds, which should be able to dedupe the symbols at link time. PiperOrigin-RevId: 189800612
Loading
Please sign in to comment