Commit 1018eda3 authored by Ian Langmore's avatar Ian Langmore Committed by TensorFlower Gardener
Browse files

matvec added to math_ops.py. This is pure sugar:

matvec(a, b) = matmul(a, b[..., tf.newaxis])[..., 0]

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