qkeras
qkeras copied to clipboard
take unstack from array_ops_stack, not directly from array_ops
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.