Skip to content

Commit

Permalink
Merge pull request #23549 from pschuh:docs-update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673148286
  • Loading branch information
jax authors committed Sep 10, 2024
2 parents 0b04dd0 + 030b6c6 commit 14b8625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jax/_src/lax/convolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def conv_general_dilated(
- the input and output feature dimensions in rhs with the characters 'I'
and 'O' respectively, and
- spatial dimension correspondences between lhs, rhs, and the output using
any distinct characters.
any distinct characters. The examples below use 'W' and 'H'.
For example, to indicate dimension numbers consistent with the ``conv``
function with two spatial dimensions, one could use ``('NCHW', 'OIHW',
Expand Down
2 changes: 1 addition & 1 deletion jax/_src/lax/other.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def conv_general_dilated_local(
- the input and output feature dimensions in rhs with the characters 'I'
and 'O' respectively, and
- spatial dimension correspondences between `lhs`, `rhs`, and the output using
any distinct characters.
any distinct characters. The examples below use 'W' and 'H'.
For example, to indicate dimension numbers consistent with the `conv` function
with two spatial dimensions, one could use `('NCHW', 'OIHW', 'NCHW')`. As
Expand Down

0 comments on commit 14b8625

Please sign in to comment.