Fix pmap_benchmark.py import (#2524)

This commit is contained in:
Skye Wanderman-Milne 2020-03-27 10:50:57 -07:00 committed by GitHub
parent db0ac989f4
commit 24bbd2bc1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,10 @@ from absl import app
import jax
from jax import numpy as np
from jax import pmap
from jax.benchmarks import benchmark
from jax.config import config
import benchmark
import numpy as onp