MCPcopy Index your code
hub / github.com/GPflow/GPflow / K

Method K

gpflow/kernels/base.py:177–178  ·  view source on GitHub ↗
(self, X: TensorType, X2: Optional[TensorType] = None)

Source from the content-addressed store, hash-verified

175 "return: [batch..., N, N] if X2 is None",
176 )
177 def K(self, X: TensorType, X2: Optional[TensorType] = None) -> tf.Tensor:
178 raise NotImplementedError
179
180 @abc.abstractmethod
181 @check_shapes(

Calls

no outgoing calls