mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #23434 from rajasekharporeddy:testbranch2
PiperOrigin-RevId: 671027735
This commit is contained in:
commit
6929211a20
@ -99,16 +99,6 @@ def canonicalize_shape(shape: Any, context: str="") -> core.Shape:
|
||||
else:
|
||||
return core.canonicalize_shape(shape, context)
|
||||
|
||||
# Common docstring additions:
|
||||
|
||||
_PRECISION_DOC = """\
|
||||
In addition to the original NumPy arguments listed below, also supports
|
||||
``precision`` for extra control over matrix-multiplication precision
|
||||
on supported devices. ``precision`` may be set to ``None``, which means
|
||||
default precision for the backend, a :class:`~jax.lax.Precision` enum value
|
||||
(``Precision.DEFAULT``, ``Precision.HIGH`` or ``Precision.HIGHEST``) or a tuple
|
||||
of two :class:`~jax.lax.Precision` enums indicating separate precision for each argument.
|
||||
"""
|
||||
|
||||
# Some objects below rewrite their __module__ attribute to this name.
|
||||
_PUBLIC_MODULE_NAME = "jax.numpy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user