Commit bc52fbda authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TensorFlower Gardener
Browse files

Replace tf.conj(tf.transpose(foo)) and tf.transpose(tf.conj(foo)) idioms with...

Replace tf.conj(tf.transpose(foo)) and tf.transpose(tf.conj(foo)) idioms with tf.linalg.adjoint(foo) or tf.transpose(foo, conjugate=True), and clean up a few places that can avoid explicit adjoints as inputs to matmul.

PiperOrigin-RevId: 172027859
parent d6f817a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment