We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcbf685 + 10f8c7a commit 5b49fbbCopy full SHA for 5b49fbb
gpytorch/kernels/kernel.py
@@ -236,7 +236,7 @@ def forward(
236
) -> Union[Tensor, LinearOperator]:
237
r"""
238
Computes the covariance between :math:`\mathbf x_1` and :math:`\mathbf x_2`.
239
- This method should be imlemented by all Kernel subclasses.
+ This method should be implemented by all Kernel subclasses.
240
241
:param x1: First set of data (... x N x D).
242
:param x2: Second set of data (... x M x D).
0 commit comments