TensorNetwork icon indicating copy to clipboard operation
TensorNetwork copied to clipboard

revert to `tensordot2` once `tf.matmul` is fixed

Open mganahl opened this issue 3 years ago • 1 comments

The tf.matmul bug documented at https://github.com/tensorflow/tensorflow/issues/52148 causes tensordot2 to fail under certain circumstances. Once tensorflow fixes the bug on their side we should revert to using tensordot2 in the TensorflowBackend.

mganahl avatar Sep 27 '21 19:09 mganahl