google / qkeras

QKeras: a quantization deep learning library for Tensorflow Keras
Apache License 2.0
533 stars 102 forks source link

take unstack from array_ops_stack, not directly from array_ops #133

Open jmitrevs opened 4 months ago

jmitrevs commented 4 months ago

Starting with tensorflow 2.13 tensorflow.python.ops.array_ops no longer has unstack. One must take it from array_ops_stack. (The alternate fix would be to import tensorflow.python.ops.array_ops_stack separately.

google-cla[bot] commented 4 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.