mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 04:46:06 +00:00
Expose PrecisionLike
This is used in client code like: https://github.com/search?q=repo%3Agoogle%2Fflax%20%20PrecisionLike&type=code
This commit is contained in:
parent
bcf3255fe6
commit
9f85beb56b
@ -252,5 +252,6 @@ Argument classes
|
||||
.. autoclass:: GatherDimensionNumbers
|
||||
.. autoclass:: GatherScatterMode
|
||||
.. autoclass:: Precision
|
||||
.. autoclass:: PrecisionLike
|
||||
.. autoclass:: RoundingMethod
|
||||
.. autoclass:: ScatterDimensionNumbers
|
||||
|
@ -18,6 +18,7 @@
|
||||
from jax._src.lax.lax import (
|
||||
DotDimensionNumbers as DotDimensionNumbers,
|
||||
Precision as Precision,
|
||||
PrecisionLike as PrecisionLike,
|
||||
RandomAlgorithm as RandomAlgorithm,
|
||||
RoundingMethod as RoundingMethod,
|
||||
abs as abs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user