fix doc test failure

This commit is contained in:
Matthew Johnson 2020-11-24 10:45:03 -08:00
parent 8057cf919e
commit 50cb604f2e

View File

@ -448,7 +448,7 @@ captured using the ``xla_pmap`` primitive. Consider this example
shape=(1,) ] 1.0
e = add c d
f = psum[ axis_index_groups=None
axis_name=rows ] b
axis_name=('rows',) ] b
g = div e f
in (g,) }
devices=None