Don't generate ConjugateTranspose nodes for real tensors. Doing so is not an...
Don't generate ConjugateTranspose nodes for real tensors. Doing so is not an error, but makes graph rewriting optimizations slightly less efficient. Use dtype.is_complex instead of dtype in (dtypes.complex64, dtypes.complex128) in a few places. PiperOrigin-RevId: 174531912
Loading
Please sign in to comment