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