Revision a002643a4aff1803c578b3520464367e7e9e3bac authored by Peter Hawkins on 02 March 2023, 16:23:50 UTC, committed by jax authors on 02 March 2023, 16:24:30 UTC
Work around pytype bug. It seems that the line
from functools import cached_property
causes pytype to give up on the entire module. Avoid the member import to fix the type inference.

PiperOrigin-RevId: 513544106
1 parent a9421a8
History
File Mode Size
api_benchmark.py -rw-r--r-- 21.3 KB
benchmark.py -rw-r--r-- 5.6 KB
math_benchmark.py -rw-r--r-- 1.9 KB
pmap_benchmark.py -rw-r--r-- 4.8 KB

back to top