tensorflow / java

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

Revert Conv2d backprop to V1 #513

Closed karllessard closed 5 months ago

karllessard commented 5 months ago

V2 versions of Conv2dBackprop* operations adds unnecessary complexities to the API and seem to not be used (yet) by the Python API, so we'll make again the V1 version as the main API for these operations.

karllessard commented 5 months ago

Will the pbtxt changes be overwritten by regenerating the ops?

No, these files are not overwritten when regenerating the op. The generator will only create them when they are missing for a new op, but after that we can edit them directly.