[TF:XLA] Remove the transpose_x/y and conjugate_x/y arguments from the TF2XLA BatchDot helper.
There's no need for a single large function that does everything. We can instead compose these operations out of the individual pieces, simplifying the BatchDot API. PiperOrigin-RevId: 223975055
Loading
Please sign in to comment