tensorflow / java

Java bindings for TensorFlow
Apache License 2.0
785 stars 193 forks source link

Make all TF operations visible via the Ops API #533

Closed karllessard closed 3 months ago

karllessard commented 3 months ago

Many operations in TensorFlow are by default "hidden" to the public API. While this default visibility setting should be set agnostically of any language bindings, often it seems that it is hidden only because the Python API is wrapping it. Marking all operators as "visible" in the TF Java API definitions makes them more easily accessible to Java users.