MCPcopy
hub / github.com/GPflow/GPflow / Kuf

Function Kuf

doc/sphinx/notebooks/tailor/gp_nn.pct.py:144–145  ·  view source on GitHub ↗
(inducing_variable, kernel, a_input)

Source from the content-addressed store, hash-verified

142 KernelSpaceInducingPoints, KernelWithConvNN, object
143)
144def Kuf(inducing_variable, kernel, a_input):
145 return kernel.base_kernel(inducing_variable.Z, kernel.cnn(a_input))
146
147
148# %% [markdown]

Callers 15

_precomputeMethod · 0.85
predict_fMethod · 0.85
upper_boundMethod · 0.85
_common_calculationMethod · 0.85
predict_fMethod · 0.85
compute_quMethod · 0.85
common_termsMethod · 0.85
predict_fMethod · 0.85
Kuf_shared_sharedFunction · 0.85

Calls

no outgoing calls