TensorNetwork
TensorNetwork copied to clipboard
revert to `tensordot2` once `tf.matmul` is fixed
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
.