diff --git a/nx/lib/nx.ex b/nx/lib/nx.ex index 819ade9c67..cdd5b36f7b 100644 --- a/nx/lib/nx.ex +++ b/nx/lib/nx.ex @@ -12920,6 +12920,7 @@ defmodule Nx do each input channel. > #### Kernel Reflection {: .info} + > > See the note at the end of this section for more details > on the convention for kernel reflection and conjugation. @@ -13004,7 +13005,6 @@ defmodule Nx do in the same way as with `:feature_group_size`, however, the input tensor will be split into groups along the batch dimension. - > #### Convolution vs Correlation {: .tip} > > `conv/3` does not perform reversion nor conjugation of the kernel.